org.dvb.si
Interface SIRetrievalListener
- All Superinterfaces:
- java.util.EventListener
- public interface SIRetrievalListener
- extends java.util.EventListener
This interface shall be implemented by application classes in order
to receive events about completion of SI requests.
- See Also:
SIRetrievalEvent
Method Summary |
void |
postRetrievalEvent(SIRetrievalEvent event)
This method is called by the SI API implementation to notify the
listener about completion of an SI request. |
postRetrievalEvent
public void postRetrievalEvent(SIRetrievalEvent event)
- This method is called by the SI API implementation to notify the
listener about completion of an SI request.
- Parameters:
event
- The event object.- See Also:
SIRetrievalEvent