org.dvb.dsmcc
Class ServerDeliveryErrorEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.dsmcc.AsynchronousLoadingEvent
          extended byorg.dvb.dsmcc.ServerDeliveryErrorEvent
All Implemented Interfaces:
java.io.Serializable

public class ServerDeliveryErrorEvent
extends AsynchronousLoadingEvent

The local machine can not communicate with the server. This event is only used with files implemented by delivery over bi-directional IP connections. For the object carousel the MPEGDeliveryErrorEvent is used instead.

See Also:
Serialized Form

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

ServerDeliveryErrorEvent

public ServerDeliveryErrorEvent(DSMCCObject o)
Creates a ServerDeliveryEvent object.

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.