Class ActionDecorator

  • All Implemented Interfaces:
    Action
    Direct Known Subclasses:
    SecuredAction

    public abstract class ActionDecorator
    extends java.lang.Object
    implements Action
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ActionDecorator​(Action delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runAction​(org.python.core.PyObject event)  
      void shutdown()  
      void startup()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionDecorator

        protected ActionDecorator​(@Nonnull
                                  Action delegate)
    • Method Detail

      • runAction

        public void runAction​(org.python.core.PyObject event)
        Specified by:
        runAction in interface Action
      • startup

        public void startup()
        Specified by:
        startup in interface Action
      • shutdown

        public void shutdown()
        Specified by:
        shutdown in interface Action