org.dvb.dsmcc
Class MPEGDeliveryErrorEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.MPEGDeliveryErrorEvent
- All Implemented Interfaces:
- Serializable
public class MPEGDeliveryErrorEvent
- extends AsynchronousLoadingEvent
An MPEGDeliveryErrorEvent indicates that an error (for instance, a time out or accessing the data would
require tuning) has occurred while loading data
from an MPEG Stream.
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event. |
MPEGDeliveryErrorEvent
public MPEGDeliveryErrorEvent(DSMCCObject o)
- Creates an MPEGDeliveryEvent.
- Parameters:
o
- the DSMCCObject that generated the event.
getSource
public Object getSource()
- Returns the DSMCCObject that generated the event.
- Overrides:
getSource
in class AsynchronousLoadingEvent
- Returns:
- the DSMCCObject that generated the event.