org.dvb.si
Interface SIMonitoringListener

All Superinterfaces:
java.util.EventListener

public interface SIMonitoringListener
extends java.util.EventListener

This interface shall be implemented by using application classes in order to listen to changes in monitored SI objects.

See Also:
SIMonitoringEvent

Method Summary
 void postMonitoringEvent(SIMonitoringEvent anEvent)
          This method is called back by the SI API implementation to notify the listener about an event.
 

Method Detail

postMonitoringEvent

public void postMonitoringEvent(SIMonitoringEvent anEvent)
This method is called back by the SI API implementation to notify the listener about an event.

Parameters:
anEvent - The notified event.
See Also:
SIMonitoringEvent