Class IncludeEventHandler.IncludeEventExecutor

    • Constructor Summary

      Constructors 
      Constructor Description
      IncludeEventExecutor​(Context context, java.lang.String includeResourcePath, java.lang.String currentResourcePath, java.lang.String directiveName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(EventHandler handler)
      Call the method includeEvent()
      java.lang.Object getReturnValue()
      Get return value at end of all the iterations
      boolean isDone()
      Called after execute() to see if iterating should stop.
      • Methods inherited from class java.lang.Object

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

      • includeResourcePath

        private java.lang.String includeResourcePath
      • currentResourcePath

        private java.lang.String currentResourcePath
      • directiveName

        private java.lang.String directiveName
      • executed

        private boolean executed
    • Constructor Detail

      • IncludeEventExecutor

        IncludeEventExecutor​(Context context,
                             java.lang.String includeResourcePath,
                             java.lang.String currentResourcePath,
                             java.lang.String directiveName)