Interface InvokePattern


public interface InvokePattern
The method used to activate a control and initiate its single action.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Represents a control that provides fundamental window-based functionality within a traditional graphical user interface (GUI)
  • Method Details

    • invoke

      void invoke() throws GeneralLeanFtException
      Represents a control that provides fundamental window-based functionality within a traditional graphical user interface (GUI)
      Throws:
      GeneralLeanFtException - if error occurs during execution.