de.humatic.mmj
Interface MidiSystemListener


public interface MidiSystemListener

Notification interface to listen for changes in the Midi system like device attachment and removal. An implementing class will be be notified via systemChanged() and should then rescan the system using methods in MidiSystem.


Method Summary
 void systemChanged()
           
 

Method Detail

systemChanged

void systemChanged()