org.dvb.dsmcc
Class ServerDeliveryErrorEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.ServerDeliveryErrorEvent
- All Implemented Interfaces:
- 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
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event. |
ServerDeliveryErrorEvent
public ServerDeliveryErrorEvent(DSMCCObject o)
- Creates a ServerDeliveryEvent object.
- 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.