-
Method Summary
void
Performs the action corresponding to the given Event
Returns a unique identifier for each instance of the Handler
boolean
Precise if the current Handler is interested by the given event.
-
Method Details
-
-
isInterested
boolean isInterested(T event)
Precise if the current Handler is interested by the given event.
If so, it could run the execute(SEvent e) method.
-
getIdentifier
Returns a unique identifier for each instance of the Handler