|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides its implementors with the capability to send and process event notifications. A class that sends event notifications must implement the Notifier interface or be a subclass of BTTNotifier. The Notifier constructor registers a new Notifier instance to the EventManager. The EventManager can then manage the registering of Handlers for local or remote events in a transparent way for the application. Each class that includes the Handler interface must implement all of these methods.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name attribute value. |
void |
setName(java.lang.String aName)
Sets the name attribute to aName. |
void |
signalEvent(java.lang.String anEventName)
This method is to fire the event. |
void |
signalEvent(java.lang.String anEventName,
java.util.Hashtable aParametersTable)
This method is to fire the event. |
void |
terminate()
This is a housekeeping process for Notifier instances. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String aName)
aName
- java.lang.Stringpublic void signalEvent(java.lang.String anEventName) throws DSEInvalidArgumentException
anEventName
- java.lang.String
DSEInvalidArgumentException
public void signalEvent(java.lang.String anEventName, java.util.Hashtable aParametersTable) throws DSEInvalidArgumentException
anEventName
- java.lang.StringaParametersTable
- java.util.Hashtable
DSEInvalidArgumentException
public void terminate() throws DSEException
DSEException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |