com.confusionists.mjdjApi.midiDevice
Interface TransmitterDeviceWrapper

All Superinterfaces:
DeviceWrapper
All Known Implementing Classes:
AbstractTransmitterDeviceWrapper

public interface TransmitterDeviceWrapper
extends DeviceWrapper

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

Author:
DanielRosenstark [at_sign] confusionists.com

Method Summary
 boolean isClockSource()
           
 void setClockSource(boolean value)
           
 
Methods inherited from interface com.confusionists.mjdjApi.midiDevice.DeviceWrapper
close, getName, getService, isActive, open, setActive, setService, toggleUi, toString
 

Method Detail

setClockSource

void setClockSource(boolean value)

isClockSource

boolean isClockSource()