org.davic.net.ca
Class DescramblingStartedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.davic.net.ca.DescramblingStartedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DescramblingStartedEvent
- extends ResourceStatusEvent
This event sent to the resource status event listeners
when the descrambling of a service is started.
This event is generated only when the descrambling is actually
started. If two applications are requesting to descramble the
same service, this event is generated only when the first application
first requests the descrambling and it actually starts.
- 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
are descrambled. |
java.lang.Object |
getSource()
Returns the CAModule object controlling the descrambling which
has just started. |
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 |
DescramblingStartedEvent
public DescramblingStartedEvent(java.lang.Object caModule)
- Constructor for the event
- Parameters:
caModule
- the CAModule object controlling the descrambling
which has just started.
getServiceLocator
public Locator getServiceLocator()
- Returns a Locator pointing to the service components of which
are 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 started.
- Overrides:
getSource
in class ResourceStatusEvent
- Returns:
- the object whose status changed