org.dvb.dsmcc
Class MPEGDeliveryErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
          extended by org.dvb.dsmcc.MPEGDeliveryErrorEvent
All Implemented Interfaces:
java.io.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

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

MPEGDeliveryErrorEvent

public MPEGDeliveryErrorEvent(DSMCCObject o)
Creates an MPEGDeliveryEvent.

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.