public interface SHandler<T extends SEvent>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
execute(T event)
Performs the action corresponding to the given Event
|
java.lang.String |
getIdentifier()
Returns a unique identifier for each instance of the Handler
|
boolean |
isInterested(T event)
Precise if the current Handler is interested by the given event.
|
void execute(T event) throws SHandlerExecutionException
SHandlerExecutionExceptionboolean isInterested(T event)
java.lang.String getIdentifier()