com.ibm.able.platform
Interface AblePlatformServiceEventListener
- All Superinterfaces:
- java.util.EventListener, java.rmi.Remote
- All Known Implementing Classes:
- AblePlatformServiceEventListenerProxy
- public interface AblePlatformServiceEventListener
- extends java.rmi.Remote, java.util.EventListener
This interface specifies the means by which service event listeners
can accept AblePlatformServiceEvents from service event generators
for processing.
handleAblePlatformServiceEvent
public void handleAblePlatformServiceEvent(AblePlatformServiceEvent theAblePlatformServiceEvent)
throws java.rmi.RemoteException
- Handles (receives and processes) a service event delivered from a
service event generator with which the implementing class has
registered.
- Parameters:
theAblePlatformServiceEvent
- An event arriving from a service event generator with
which the implementor has registered.
- See Also:
AblePlatformServiceEventGenerator.addAblePlatformServiceEventListener(AblePlatformServiceEventListener)
,
AblePlatformServiceEventGenerator.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener)
(C) Copyright IBM Corporation 1999, 2003