T
- public class TestEventListenerCountingEvents<T extends AbstractEvent>
extends <any>
Constructor and Description |
---|
TestEventListenerCountingEvents() |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfEvents() |
protected void |
onEvent(T event) |
void |
resetCounter()
reset counter which store number of onEvent() invocations
|
protected void onEvent(T event)
public int getNumberOfEvents()
public void resetCounter()