abc4j API Specification

Uses of Class
abc.midi.PlayerStateChangeEvent

Packages that use PlayerStateChangeEvent
abc.midi This package contains all classes for midi use from abc format. 
 

Uses of PlayerStateChangeEvent in abc.midi
 

Methods in abc.midi with parameters of type PlayerStateChangeEvent
 void TunePlayerListenerInterface.playBegin(PlayerStateChangeEvent e)
          Invoked when the playing of a tune has started.
 void TunePlayerAdapter.playBegin(PlayerStateChangeEvent e)
          Invoked when the playing of a tune has started.
 void TunePlayerListenerInterface.playEnd(PlayerStateChangeEvent e)
          Invoked when the playing of a tune is ended.
 void TunePlayerAdapter.playEnd(PlayerStateChangeEvent e)
          Invoked when the playing of a tune is ended.
 


abc4j API Specification

Submit a bug or feature