V
- the type of AbstractVirtualDevicepublic abstract static class AbstractVirtualDevice.Event<V>
extends java.lang.Object
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
abstract AbstractVirtualDevice.NamedValue<?> |
getNamedValue()
Get the name-value pair from the event.
|
abstract V |
getVirtualDevice()
Get the virtual device that is the source of the event
|
public abstract V getVirtualDevice()
null
public abstract AbstractVirtualDevice.NamedValue<?> getNamedValue()
null
AbstractVirtualDevice.ChangeCallback
,
AbstractVirtualDevice.ErrorCallback