Uses of Interface
org.dvb.media.SyncStateChangedEventListener

Packages that use SyncStateChangedEventListener
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
 

Uses of SyncStateChangedEventListener in org.dvb.media
 

Methods in org.dvb.media that return SyncStateChangedEventListener
 SyncStateChangedEventListener[] MasterSlaveSyncLinkageControl.getSyncStateChangedEventListeners()
          Returns an array of all the SyncStateChangedEvent listeners registered on this control.
 

Methods in org.dvb.media with parameters of type SyncStateChangedEventListener
 void MasterSlaveSyncLinkageControl.addSyncStateChangedEventListener(SyncStateChangedEventListener l)
          Adds the specified SyncStateChangedEventListener to receive the events.
 void MasterSlaveSyncLinkageControl.removeSyncStateChangedEventListener(SyncStateChangedEventListener l)
          Removes a specified SyncStateChangedEventListener to receive the events.