|
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 | |||||||||||
This interface is implemented by remote platform services that generate service events that can be listened for by the general public; methods are provided to allow listeners of service events to register and deregister with the implementing service.
AblePlatformServiceEventGenerator| Method Summary | |
|---|---|
void |
addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
Adds a service event listener to this service. |
java.util.Vector |
getAblePlatformServiceEventListeners()
Gets a collection of all service event listeners registered with this service event generator. |
void |
removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
Removes a service event listener from this service. |
| Method Detail |
public void addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
throws java.rmi.RemoteException
theListener - Any object interested in listening for service events
generated by this service.
java.rmi.RemoteException - If the listener to be added is null, or on any RMI error.
public void removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
throws java.rmi.RemoteException
theListener - A previously registered object that is no longer
interested in listening for service events generated
by this service.
java.rmi.RemoteException - If the listener to be removed is null, or on any RMI error.
public java.util.Vector getAblePlatformServiceEventListeners()
throws java.rmi.RemoteException
java.rmi.RemoteException - On any RMI error.
|
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 | |||||||||||