Interface Action

  • All Known Implementing Classes:
    CompositeAction

    public interface Action
    Interface representing a single user-interaction action.
    • Method Detail

      • perform

        void perform()