org.dvb.dsmcc
Class NotEntitledEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.dsmcc.AsynchronousLoadingEvent
          extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, 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.