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