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(Collection<?> correspondingObjects, String message)
     
  • Method Details