public interface AppEventHandler
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
Gets the handler's identifier.*
|
void |
handleAppEvent(AppEvent ape)
Handles an
AppEvent |
void |
setIdentifier(java.lang.String identifier)
Sets the handler's identifier.*
|
void handleAppEvent(AppEvent ape)
AppEvent
java.lang.String getIdentifier()
void setIdentifier(java.lang.String identifier)
identifier
- The identifier.