public interface EmsNotification
extends java.lang.Comparable
| Modifier and Type | Method and Description |
|---|---|
void |
addNotificationListener(EmsNotificationListener listener) |
java.lang.String |
getDescription() |
java.util.List<EmsNotificationEvent> |
getEvents() |
java.lang.String |
getName() |
java.lang.String[] |
getTypes() |
boolean |
isListening() |
boolean |
removeNotificationListener(EmsNotificationListener listener) |
void |
startListening() |
void |
stopListening() |
java.lang.String getName()
java.lang.String getDescription()
java.lang.String[] getTypes()
void addNotificationListener(EmsNotificationListener listener)
boolean removeNotificationListener(EmsNotificationListener listener)
void startListening()
void stopListening()
java.util.List<EmsNotificationEvent> getEvents()
boolean isListening()