public class DescramblingStartedEvent extends ResourceStatusEvent
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.
source| Constructor and Description |
|---|
DescramblingStartedEvent(Object caModule)
Constructor for the event
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
getServiceLocator()
Returns a Locator pointing to the service components of which
are descrambled.
|
Object |
getSource()
Returns the CAModule object controlling the descrambling which
has just started.
|
toStringpublic DescramblingStartedEvent(Object caModule)
caModule - the CAModule object controlling the descrambling
which has just started.public Locator getServiceLocator()
public Object getSource()
getSource in class ResourceStatusEventCopyright © 2012 code4tv.com. All Rights Reserved.