org.dvb.dsmcc
Class InvalidFormatEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
          extended by org.dvb.dsmcc.InvalidFormatEvent
All Implemented Interfaces:
java.io.Serializable

public class InvalidFormatEvent
extends AsynchronousLoadingEvent

This event is generated if the format of the data received is inconsistent.

See Also:
Serialized Form

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

InvalidFormatEvent

public InvalidFormatEvent(DSMCCObject o)
Create an InvalidFormatException 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