|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.si.SIRetrievalEvent
This class is the base class for events about completion of a SI retrieval request. Exactly one event will be returned in response to an SI retrieval request.
SIRetrievalListener
,
Serialized FormField Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SIRetrievalEvent(java.lang.Object appData,
SIRequest request)
The constructor for the event |
Method Summary | |
java.lang.Object |
getAppData()
Returns the application data that was passed to the retrieve method |
java.lang.Object |
getSource()
Returns the SIRequest object that is the source of this 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 |
public SIRetrievalEvent(java.lang.Object appData, SIRequest request)
appData
- the application data passed in the request method callrequest
- the SIRequest instance which is the source of the eventMethod Detail |
public java.lang.Object getAppData()
public java.lang.Object getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |