themidibus
Interface MidiListener

All Known Subinterfaces:
RawMidiListener, SimpleMidiListener, StandardMidiListener

public interface MidiListener

This is a placeholder interface which makes it easier to program and manipulate objects which implement subinterfaces of MidiListener like RawMidiListener, SimpleMidiListener or StandardMidiListener. It makes it easier to create lists and arrays of such object and allows for a standard method MidiBus.addMidiListener(MidiListener listener) to add any type of listener to a MidiBus object.

Version:
005
Author:
Severin Smith
See Also:
RawMidiListener, SimpleMidiListener, StandardMidiListener, MidiBus