org.dvb.si
Class SITableNotFoundEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.si.SIRetrievalEvent
          extended byorg.dvb.si.SITableNotFoundEvent
All Implemented Interfaces:
java.io.Serializable

public class SITableNotFoundEvent
extends SIRetrievalEvent

This event is sent in response to a SI retrieval request when the SI table that should contain the requested information could not be retrieved. The reason may be that the requested table is not broadcast in the transport stream currently associated with the SI database.

See Also:
SIRetrievalListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SITableNotFoundEvent(java.lang.Object appData, SIRequest request)
          The constructor for the event
 
Methods inherited from class org.dvb.si.SIRetrievalEvent
getAppData, getSource
 
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

SITableNotFoundEvent

public SITableNotFoundEvent(java.lang.Object appData,
                            SIRequest request)
The constructor for the event

Parameters:
appData - the application data passed in the request method call
request - the SIRequest instance which is the source of the event