org.dvb.dsmcc
Class NotEntitledEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
          extended by org.dvb.dsmcc.NotEntitledEvent
All Implemented Interfaces:
java.io.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

Constructor Summary
NotEntitledEvent(DSMCCObject o)
          Creates a NotEntitledEvent object.
 
Method Summary
 java.lang.Object getSource()
          Returns the DSMCCObject that generated the event.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotEntitledEvent

public NotEntitledEvent(DSMCCObject o)
Creates a NotEntitledEvent object.

Parameters:
o - the DSMCCObject that generated the event.
Method Detail

getSource

public java.lang.Object getSource()
Returns the DSMCCObject that generated the event.

Overrides:
getSource in class AsynchronousLoadingEvent
Returns:
the DSMCCObject that generated the event.