Class InvalidReferenceEventHandler.InvalidMethodExecutor

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidMethodExecutor​(Context context, java.lang.String reference, java.lang.Object object, java.lang.String method, Info info)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(EventHandler handler)
      Call the method invalidMethod()
      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

      • reference

        private java.lang.String reference
      • object

        private java.lang.Object object
      • method

        private java.lang.String method
      • info

        private Info info
      • result

        private java.lang.Object result
      • executed

        private boolean executed
    • Constructor Detail

      • InvalidMethodExecutor

        InvalidMethodExecutor​(Context context,
                              java.lang.String reference,
                              java.lang.Object object,
                              java.lang.String method,
                              Info info)