Interface ConditionEvent.Handler

Enclosing interface:
ConditionEvent

public static interface ConditionEvent.Handler
Handles the data of a ConditionEvent that is the corresponding objects and the description (compare ConditionEvent.handleWith(Handler)).
As an example, this could be a single element of type JavaMethodCall together with a description, like

'Method A.foo() calls method B.bar() in (A.java:123)'

  • Method Summary

    Modifier and Type Method Description
    void handle​(java.util.Collection<?> correspondingObjects, java.lang.String message)  
  • Method Details

    • 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