Class ReferenceInsertionEventHandler.referenceInsertExecutor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Context context  
      private java.lang.String reference  
      private java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      referenceInsertExecutor​(Context context, java.lang.String reference, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(EventHandler handler)
      Call the method referenceInsert()
      java.lang.Object getReturnValue()
      Get return value at end of all the iterations
      boolean isDone()
      Continue to end of event handler iteration
      • Methods inherited from class java.lang.Object

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

      • reference

        private java.lang.String reference
      • value

        private java.lang.Object value
    • Constructor Detail

      • referenceInsertExecutor

        referenceInsertExecutor​(Context context,
                                java.lang.String reference,
                                java.lang.Object value)