Class NullSetEventHandler.ShouldLogOnNullSetExecutor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Context context  
      private boolean executed  
      private java.lang.String lhs  
      private boolean result
      when this is false, quit iterating
      private java.lang.String rhs  
    • Method Summary

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

      • lhs

        private java.lang.String lhs
      • rhs

        private java.lang.String rhs
      • result

        private boolean result
        when this is false, quit iterating
      • executed

        private boolean executed
    • Constructor Detail

      • ShouldLogOnNullSetExecutor

        ShouldLogOnNullSetExecutor​(Context context,
                                   java.lang.String lhs,
                                   java.lang.String rhs)
    • Method Detail

      • isDone

        public boolean isDone()
        Description copied from interface: EventHandlerMethodExecutor
        Called after execute() to see if iterating should stop. Should always return false before method execute() is run.
        Specified by:
        isDone in interface EventHandlerMethodExecutor
        Returns:
        true if no more event handlers for this method should be called.