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