org.mc4j.ems.connection.bean.notification
Interface EmsNotification
- All Superinterfaces:
- java.lang.Comparable
public interface EmsNotification
- extends java.lang.Comparable
An MBean notification.
- Version:
- $Revision: 620 $($Author: ianpspringer $ / $Date: 2010-08-02 15:03:05 -0400 (Mon, 02 Aug 2010) $)
- 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()