|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Observable | |
---|---|
net.wimpi.modbus.procimg | Provides interfaces and classes that provide a coupling between a slave side and a master or device side. |
net.wimpi.modbus.util | Provides utility and helper classes for the Modbus implementation. |
Uses of Observable in net.wimpi.modbus.procimg |
---|
Subclasses of Observable in net.wimpi.modbus.procimg | |
---|---|
class |
ObservableDigitalOut
Class implementing an observable digital output. |
class |
ObservableRegister
Class implementing an observable register. |
Uses of Observable in net.wimpi.modbus.util |
---|
Methods in net.wimpi.modbus.util with parameters of type Observable | |
---|---|
void |
Observer.update(Observable o,
Object arg)
Updates the state of this Observer to be in synch with an Observable instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |