org.dvb.dsmcc
Class InvalidFormatEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.InvalidFormatEvent
- All Implemented Interfaces:
- Serializable
public class InvalidFormatEvent
- extends AsynchronousLoadingEvent
This event is generated if the format of the data received is inconsistent.
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event |
InvalidFormatEvent
public InvalidFormatEvent(DSMCCObject o)
- Create an InvalidFormatException 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