org.mc4j.ems.connection.bean.notification
Interface EmsNotification
- All Superinterfaces:
- java.lang.Comparable
public interface EmsNotification
- extends java.lang.Comparable
- Version:
- $Revision: 1.2 $($Author: ghinkl $ / $Date: 2006/04/12 19:11:34 $)
- Author:
- Greg Hinkle (ghinkle@users.sourceforge.net), Apr 4, 2005
| Methods inherited from interface java.lang.Comparable |
compareTo |
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
getTypes
java.lang.String[] getTypes()
addNotificationListener
void addNotificationListener(EmsNotificationListener listener)
removeNotificationListener
boolean removeNotificationListener(EmsNotificationListener listener)
startListening
void startListening()
stopListening
void stopListening()
getEvents
java.util.List<EmsNotificationEvent> getEvents()
isListening
boolean isListening()