public interface RawDevice
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
String |
getName() |
void |
initialize(Viewer viewer,
Map<String,Object> config)
Basically the actual constructor.
|
ToolEvent |
mapRawDevice(String rawDeviceName,
InputSlot inputDevice) |
void |
setEventQueue(ToolEventQueue queue)
Here the ToolEventQueue that has a thread running is attached to the device.
|
void setEventQueue(ToolEventQueue queue)
queue
- void initialize(Viewer viewer, Map<String,Object> config)
viewer
- config
- ToolEvent mapRawDevice(String rawDeviceName, InputSlot inputDevice)
rawDeviceName
- inputDevice
- void dispose()
String getName()