Interface ChangeExecutor

  • All Known Implementing Classes:
    ChangeExecutorImpl

    public interface ChangeExecutor
    Executes Change.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • execute

        void execute​(Change<?> change)
        Executes the Change.
        Parameters:
        change - Change.
      • execute

        void execute​(org.eclipse.gef.mvc.fx.operations.ITransactionalOperation operation)
        Executes the ITransactionalOperation.
        Parameters:
        operation - ITransactionalOperation.