|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.wimpi.modbus.util.Observable net.wimpi.modbus.procimg.ObservableDigitalOut
Class implementing an observable digital output.
Field Summary | |
protected boolean |
m_Set
A boolean holding the state of this digital out. |
Constructor Summary | |
ObservableDigitalOut()
|
Method Summary | |
boolean |
isSet()
Tests if this DigitalOut is set. |
void |
set(boolean b)
Sets the state of this DigitalOut. |
Methods inherited from class net.wimpi.modbus.util.Observable |
addObserver, getObserverCount, notifyObservers, removeObserver, removeObservers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean m_Set
Constructor Detail |
public ObservableDigitalOut()
Method Detail |
public boolean isSet()
DigitalOut
isSet
in interface DigitalOut
public void set(boolean b)
DigitalOut
set
in interface DigitalOut
b
- true if to be set, false otherwise.
|
jamod at SF | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |