public class ObserveableDeviceBase extends DeviceBase implements ObserveableDevice
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceListener> |
listeners |
| Constructor and Description |
|---|
ObserveableDeviceBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addListener(DeviceListener... listener) |
void |
removeAllListeners() |
protected void |
removeListener(DeviceListener... listener) |
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTagprotected final List<DeviceListener> listeners
protected void addListener(DeviceListener... listener)
protected void removeListener(DeviceListener... listener)
public void removeAllListeners()
removeAllListeners in interface ObserveableDeviceCopyright © 2012-2013 Pi4J. All Rights Reserved.