com.gatespace.service.adc.impl
Class ADCTester

java.lang.Object
  |
  +--com.gatespace.service.adc.impl.ADCTester

public class ADCTester
extends java.lang.Object
implements ChannelListener

Test class for an ADCService. Prints som info on the service and registers as listener to channels 0.

Source to ADCTester.java


Constructor Summary
ADCTester()
           
 
Method Summary
 void valueChanged(Channel c)
          Called when a new value has arrived.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADCTester

public ADCTester()
Method Detail

valueChanged

public void valueChanged(Channel c)
Description copied from interface: ChannelListener
Called when a new value has arrived.
Specified by:
valueChanged in interface ChannelListener
Tags copied from interface: ChannelListener
Parameters:
channel - Channel describing the value