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

Method Summary
 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()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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()