Interface ConditionEvent.Handler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.util.Collection<?> correspondingObjects, java.lang.String message)  
    • Method Detail

      • handle

        @PublicAPI(usage=ACCESS,
                   state=EXPERIMENTAL)
        void handle​(java.util.Collection<?> correspondingObjects,
                    java.lang.String message)
        Parameters:
        correspondingObjects - The objects this event describes (e.g. method calls, field accesses, ...)
        message - Describes the event