com.confusionists.mjdjApi.midiDevice
Class AbstractReceiverDeviceWrapper

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

public abstract class AbstractReceiverDeviceWrapper
extends AbstractDeviceWrapper
implements ReceiverDeviceWrapper

This class provides a default implementations for the ReceiverDeviceWrapper.

Author:
DanielRosenstark [at_sign] confusionists.com

Constructor Summary
AbstractReceiverDeviceWrapper()
           
 
Method Summary
 
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.ReceiverDeviceWrapper
send
 
Methods inherited from interface com.confusionists.mjdjApi.midiDevice.DeviceWrapper
close, getName, getService, isActive, open, setActive, setService, toggleUi, toString
 

Constructor Detail

AbstractReceiverDeviceWrapper

public AbstractReceiverDeviceWrapper()