uk.org.toot.midi.core
Class DefaultConnectedMidiSystem
java.lang.Object
java.util.Observable
uk.org.toot.midi.core.DefaultMidiSystem
uk.org.toot.midi.core.DefaultConnectedMidiSystem
- All Implemented Interfaces:
- ConnectedMidiSystem, MidiSystem, IObservable
public class DefaultConnectedMidiSystem
- extends DefaultMidiSystem
- implements ConnectedMidiSystem
This class adds a composition of MidiConnections to the composition
of MidiDevices.
Methods inherited from class java.util.Observable |
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConnectedMidiSystem
public DefaultConnectedMidiSystem()
notifyObservers
public void notifyObservers()
- Specified by:
notifyObservers
in interface IObservable
- Overrides:
notifyObservers
in class java.util.Observable
getMidiConnections
public java.util.List<MidiConnection> getMidiConnections()
- Specified by:
getMidiConnections
in interface ConnectedMidiSystem
createMidiConnection
public void createMidiConnection(MidiOutput from,
MidiInput to,
int flags)
- Specified by:
createMidiConnection
in interface ConnectedMidiSystem
closeMidiConnection
public void closeMidiConnection(MidiOutput from,
MidiInput to)
- Specified by:
closeMidiConnection
in interface ConnectedMidiSystem
createMidiConnection
public void createMidiConnection(java.lang.String fromPortName,
java.lang.String toPortName,
int flags)
- Specified by:
createMidiConnection
in interface ConnectedMidiSystem
closeMidiConnection
public void closeMidiConnection(java.lang.String fromPortName,
java.lang.String toPortName)
- Specified by:
closeMidiConnection
in interface ConnectedMidiSystem
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.