com.dt.iTunesController
Class iTunesEvents
java.lang.Object
com.dt.iTunesController.iTunesEvents
public class iTunesEvents
- extends java.lang.Object
This class is used to forward all iTunes COM Events to a class that
implements iTunesEventsInterface. To receive events, create
a class that implements the interface, and then use
iTunes.addEventHandler().
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iTunesEvents
public iTunesEvents(iTunesEventsInterface itef)
OnDatabaseChangedEvent
public void OnDatabaseChangedEvent(com.jacob.com.Variant[] args)
OnPlayerPlayEvent
public void OnPlayerPlayEvent(com.jacob.com.Variant[] args)
OnPlayerStopEvent
public void OnPlayerStopEvent(com.jacob.com.Variant[] args)
OnPlayerPlayingTrackChangedEvent
public void OnPlayerPlayingTrackChangedEvent(com.jacob.com.Variant[] args)
OnCOMCallsDisabledEvent
public void OnCOMCallsDisabledEvent(com.jacob.com.Variant[] args)
OnCOMCallsEnabledEvent
public void OnCOMCallsEnabledEvent(com.jacob.com.Variant[] args)
OnQuittingEvent
public void OnQuittingEvent(com.jacob.com.Variant[] args)
OnAboutToPromptUserToQuitEvent
public void OnAboutToPromptUserToQuitEvent(com.jacob.com.Variant[] args)
OnSoundVolumeChangedEvent
public void OnSoundVolumeChangedEvent(com.jacob.com.Variant[] args)