Class AbstractFieldAction

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void after()  
      protected abstract boolean before()  
      protected abstract void execute()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • field

        protected final java.lang.reflect.Field field
    • Constructor Detail

      • AbstractFieldAction

        public AbstractFieldAction​(java.lang.reflect.Field field,
                                   AbstractPage declaringPage)
    • Method Detail

      • before

        protected abstract boolean before()
      • execute

        protected abstract void execute()
      • after

        protected abstract void after()
      • run

        public void run()