org.dvb.dsmcc
Class AsynchronousLoadingEvent

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

public abstract class AsynchronousLoadingEvent
extends EventObject

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

See Also:
Serialized Form

Constructor Summary
AsynchronousLoadingEvent(DSMCCObject o)
          Creates an AsynchronousLoadingEvent.
 
Method Summary
 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

AsynchronousLoadingEvent

public AsynchronousLoadingEvent(DSMCCObject o)
Creates an AsynchronousLoadingEvent.

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

getSource

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

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