org.dvb.dsmcc
Class AsynchronousLoadingEvent
java.lang.Object
java.util.EventObject
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
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event. |
AsynchronousLoadingEvent
public AsynchronousLoadingEvent(DSMCCObject o)
- Creates an AsynchronousLoadingEvent.
- Parameters:
o
- the DSMCCObject that generated the event.
getSource
public Object getSource()
- Returns the DSMCCObject that generated the event.
- Overrides:
getSource
in class EventObject
- Returns:
- the DSMCCObject that generated the event.