com.confusionists.mjdjApi.midiDevice
Interface ReceiverDeviceWrapper

All Superinterfaces:
DeviceWrapper
All Known Implementing Classes:
AbstractReceiverDeviceWrapper

public interface ReceiverDeviceWrapper
extends DeviceWrapper

Concrete classes that implement this interface are automatically instantiated by Mjdj. These classes show up in the MIDI out devices in Mjdj.

Author:
DanielRosenstark [at_sign] confusionists.com

Method Summary
 void send(MessageWrapper message)
           
 
Methods inherited from interface com.confusionists.mjdjApi.midiDevice.DeviceWrapper
close, getName, getService, isActive, open, setActive, setService, toggleUi, toString
 

Method Detail

send

void send(MessageWrapper message)