jlscp
v0.8

org.linuxsampler.lscp.event
Interface ChannelMidiDataListener

All Superinterfaces:
java.util.EventListener

public interface ChannelMidiDataListener
extends java.util.EventListener

The listener interface for receiving MIDI data events on a specific sampler channel.


Method Summary
 void midiDataArrived(ChannelMidiDataEvent e)
          Invoked when MIDI data arrives.
 

Method Detail

midiDataArrived

void midiDataArrived(ChannelMidiDataEvent e)
Invoked when MIDI data arrives.


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.