org.dvb.dsmcc
Class NotEntitledEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.NotEntitledEvent
- All Implemented Interfaces:
- Serializable
public class NotEntitledEvent
- extends AsynchronousLoadingEvent
This event is sent when an attempt to asynchronously load an object
has failed because the elementary stream carrying the object is scrambled
and the user is not entitled to access the content of the object.
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event. |
NotEntitledEvent
public NotEntitledEvent(DSMCCObject o)
- Creates a NotEntitledEvent object.
- Parameters:
o
- the DSMCCObject that generated the event.
getSource
public Object getSource()
- Returns the DSMCCObject that generated the event.
- Overrides:
getSource
in class AsynchronousLoadingEvent
- Returns:
- the DSMCCObject that generated the event.