org.dvb.dsmcc
Class AsynchronousLoadingEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InsufficientResourcesEvent, InvalidFormatEvent, InvalidPathnameEvent, LoadingAbortedEvent, MPEGDeliveryErrorEvent, NotEntitledEvent, ServerDeliveryErrorEvent, ServiceXFRErrorEvent, SuccessEvent

public abstract class AsynchronousLoadingEvent
extends java.util.EventObject

This class described an Object event which is used to notify the loading of a DSMCC object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AsynchronousLoadingEvent(DSMCCObject o)
          Creates an AsynchronousLoadingEvent.
 
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

AsynchronousLoadingEvent

public AsynchronousLoadingEvent(DSMCCObject o)
Creates an AsynchronousLoadingEvent.

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 java.util.EventObject
Returns:
the DSMCCObject that generated the event.