com.confusionists.mjdjApi.midiDevice
Class AbstractTransmitterDeviceWrapper

java.lang.Object
  extended by com.confusionists.mjdjApi.midiDevice.AbstractDeviceWrapper
      extended by com.confusionists.mjdjApi.midiDevice.AbstractTransmitterDeviceWrapper
All Implemented Interfaces:
DeviceWrapper, TransmitterDeviceWrapper

public abstract class AbstractTransmitterDeviceWrapper
extends AbstractDeviceWrapper
implements TransmitterDeviceWrapper

This class provides a default implementation of TransmitterDeviceWrapper

Author:
DanielRosenstark [at_sign] confusionists.com

Constructor Summary
AbstractTransmitterDeviceWrapper()
           
 
Method Summary
 boolean isClockSource()
           
 void setClockSource(boolean value)
           
 
Methods inherited from class com.confusionists.mjdjApi.midiDevice.AbstractDeviceWrapper
getService, isActive, setActive, setService, toggleUi, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.confusionists.mjdjApi.midiDevice.DeviceWrapper
close, getName, getService, isActive, open, setActive, setService, toggleUi, toString
 

Constructor Detail

AbstractTransmitterDeviceWrapper

public AbstractTransmitterDeviceWrapper()
Method Detail

isClockSource

public boolean isClockSource()
Specified by:
isClockSource in interface TransmitterDeviceWrapper

setClockSource

public void setClockSource(boolean value)
Specified by:
setClockSource in interface TransmitterDeviceWrapper