org.davic.net.ca
Class DescramblingStoppedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.davic.net.ca.DescramblingStoppedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DescramblingStoppedEvent
- extends ResourceStatusEvent
This event sent to the resource status event listeners
when the descrambling is stopped because of the application
itself stopping it or because the descrambling resources
were revoked by some other part of the system.
This event is generated only when the descrambling is actually
stopped. If two applications are requesting to descramble the
same service, this event is generated only after both of them
have requested to stop the descrambling and the descrambling
actually stops.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
Locator |
getServiceLocator()
Returns a Locator pointing to the service components of which
have been descrambled. |
java.lang.Object |
getSource()
Returns the CAModule object controlling the descrambling
which has just stopped. |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DescramblingStoppedEvent
public DescramblingStoppedEvent(java.lang.Object caModule)
- Constructor for the event
- Parameters:
caModule
- the CAModule object controlling the descrambling
which has just stopped.
getServiceLocator
public Locator getServiceLocator()
- Returns a Locator pointing to the service components of which
have been descrambled.
- Returns:
- a Locator pointing to a broadcast service
getSource
public java.lang.Object getSource()
- Returns the CAModule object controlling the descrambling
which has just stopped.
- Overrides:
getSource
in class ResourceStatusEvent
- Returns:
- the object whose status changed