Class NullAction

  • All Implemented Interfaces:
    Action

    public class NullAction
    extends Object
    implements Action

    NullAction represents an empty action that does nothing.

    • Field Detail

      • SINGLETON

        public static final NullAction SINGLETON
        Singleton instance
    • Constructor Detail

      • NullAction

        public NullAction()