Package nl.gx.webmanager.services.event
Interface EventHandler
-
public interface EventHandler
- Author:
- n.milutinovic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEvent(Event event)
React on event notification.
-
-
-
Method Detail
-
onEvent
void onEvent(Event event)
React on event notification.- Parameters:
event
- event to react on.
-
-