E - The type of the event to handleR - The type of the return value of the eventpublic static interface EventHandlerTestHelper.MockEventHandler<E,R>
| Modifier and Type | Method and Description |
|---|---|
R |
handleEvent(E event)
Called when the event is triggered during the unit test
|