Uses of Class
cern.cmw.rda.server.ValueChangeListener

Packages that use ValueChangeListener
cern.cmw.rda.examples   
cern.cmw.rda.server Provides basic facilities for implementing various device servers. 
 

Uses of ValueChangeListener in cern.cmw.rda.examples
 

Methods in cern.cmw.rda.examples with parameters of type ValueChangeListener
 void NoiseGenerator.monitorOff(IOPoint iop, ValueChangeListener listener)
          Detaches the specified listener from the specified property.
 void DeviceServer.monitorOff(IOPoint iop, ValueChangeListener listener)
          Delegates the monitorOff call to a NoiseGenerator specified by the iop argument.
 void NoiseGenerator.monitorOn(IOPoint iop, ValueChangeListener listener)
          Attaches the specified listener to the specified property.
 void DeviceServer.monitorOn(IOPoint iop, ValueChangeListener listener)
          Delegates the monitorOn call to a NoiseGenerator specified by the iop argument.
 

Uses of ValueChangeListener in cern.cmw.rda.server
 

Methods in cern.cmw.rda.server with parameters of type ValueChangeListener
 void DeviceServerBase.monitorOff(IOPoint iop, ValueChangeListener listener)
          Cancels the subscription identified by the I/O point and listener.
 void DeviceServerBase.monitorOn(IOPoint iop, ValueChangeListener listener)
          Starts a subscription to value at the specified I/O point.
 



Copyright © 2007 CERN. All Rights Reserved.