Interface EventListener<T>
-
- All Known Implementing Classes:
SuperstepBarrier,SyncEventHandler
public interface EventListener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(T event)
-
-
-
Method Detail
-
onEvent
void onEvent(T event)
-
-