|
||||||||||
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
org.dvb.si.SISuccessfulRetrieveEvent
This event is sent in response to a SI retrieval request when the retrieve request was successfully completed. The result of the request can be obtained from the getResult method.
SIRetrievalListener
,
Serialized FormField Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SISuccessfulRetrieveEvent(java.lang.Object appData,
SIRequest request,
SIIterator result)
The constructor for the event |
Method Summary | |
SIIterator |
getResult()
Returns the requested data in an SIIterator object. |
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 |
public SISuccessfulRetrieveEvent(java.lang.Object appData, SIRequest request, SIIterator result)
appData
- the application data passed in the request method callrequest
- the SIRequest instance which is the source of the eventresult
- an SIIterator containing the retrieved objectsMethod Detail |
public SIIterator getResult()
SIObjectNotInTableEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |