org.davic.net.ca
Class DescramblingStartedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.davic.resources.ResourceStatusEvent
          extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DescramblingStartedEvent(java.lang.Object caModule)
          Constructor for the event
 
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
 

Constructor Detail

DescramblingStartedEvent

public DescramblingStartedEvent(java.lang.Object caModule)
Constructor for the event

Parameters:
caModule - the CAModule object controlling the descrambling which has just started.
Method Detail

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