public interface SHandler<T extends SEvent> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
execute(T event)
Performs the action corresponding to the given Event
|
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)
String getIdentifier()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.