uk.org.toot.midi.core
Class AbstractMidiDevice
java.lang.Object
java.util.Observable
uk.org.toot.midi.core.AbstractMidiDevice
- All Implemented Interfaces:
- MidiDevice, IObservable
- Direct Known Subclasses:
- BasicMidiSynth, LegacyDevices.DeviceAdaptor
public abstract class AbstractMidiDevice
- extends java.util.Observable
- implements MidiDevice
Methods inherited from class java.util.Observable |
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractMidiDevice
public AbstractMidiDevice(java.lang.String name)
getMidiInputs
public java.util.List<MidiInput> getMidiInputs()
- Description copied from interface:
MidiDevice
- Get the list of MidiInputs for this MidiDevice.
- Specified by:
getMidiInputs
in interface MidiDevice
getMidiOutputs
public java.util.List<MidiOutput> getMidiOutputs()
- Description copied from interface:
MidiDevice
- Get the list of MidiOutputs for this MidiDevice.
- Specified by:
getMidiOutputs
in interface MidiDevice
getName
public java.lang.String getName()
- Specified by:
getName
in interface MidiDevice
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.