Uses of Class
org.dvb.media.SyncStateChangedEvent

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

Uses of SyncStateChangedEvent in org.dvb.media
 

Methods in org.dvb.media with parameters of type SyncStateChangedEvent
 void SyncStateChangedEventListener.inSync(SyncStateChangedEvent e)
          Invoked when any combination of master and slave Players are synchronized.
 void SyncStateChangedEventListener.outOfSync(SyncStateChangedEvent e)
          Invoked when any combination of master and slave Players are desynchronized.
 void SyncStateChangedEventListener.unSynchronizable(SyncStateChangedEvent e)
          Invoked when synchronization is never established.