|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
The AbleEventListenerRemoteManager interface provides the methods needed by an AbleRemoteBean to add and remove AbleEventListener objects and to notify those listeners of an AbleEvent.
| Method Summary | |
|---|---|
void |
addAbleEventListener(AbleEventListener theListener)
Adds an event listener to this bean. |
void |
notifyAbleEventListeners(AbleEvent theEvent)
Notify all registered listeners by sending the specified event. |
void |
removeAbleEventListener(AbleEventListener theListener)
Remove an event listener from this bean. |
| Method Detail |
public void addAbleEventListener(AbleEventListener theListener)
throws java.rmi.RemoteException
theListener - An object interested in this bean.
java.rmi.RemoteException - If an error occurs.
public void removeAbleEventListener(AbleEventListener theListener)
throws java.rmi.RemoteException
theListener - The object no longer interested in this bean.
java.rmi.RemoteException - If an error occurs.
public void notifyAbleEventListeners(AbleEvent theEvent)
throws java.rmi.RemoteException
theEvent - The AbleEvent to be broadcast to all listeners.
java.rmi.RemoteException - If an error occurs.
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||