public interface EventHandler
An event handler is passed to the test framework via the execute
method
of Task
s.
Modifier and Type | Method and Description |
---|---|
void |
handle(Event event)
Handle an event.
|
void handle(Event event)
event
- the event to handle