Interface ECPAction

  • All Known Implementing Classes:
    ECPTreeViewAction

    public interface ECPAction
    This interface defines an ECPAction. Concrete implementations of this class can be added as actions to the view model items.
    Author:
    Eugen Neufeld
    • Method Detail

      • execute

        void execute()
        Method which is called when the action is started.