Interface Command<S>

All Known Implementing Classes:
Action, CallMethodAction, Checkbox.ToggleCommand, EmptyAction, MethodCommand, RollupPanel.ToggleOpenCommand, TabbedPanel.SwitchToTab

public interface Command<S>
General command object that can be triggered by GUI elements such as buttons.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(S source)
     
  • Method Details

    • execute

      void execute(S source)