edu.wisc.trace.uch.tdm.gc100.lib
Interface IGCUpdateListener


public interface IGCUpdateListener

Handles events received from the GC-100 device.

Version:
$Revision: 1.3 $
Author:
Parikshit Thakur & Team, Trace R&D Center

Method Summary
 void eventReceived(java.lang.String uuid, int module, int connector, java.lang.String changes)
          It is called when any updates is received from the GC-device.
 

Method Detail

eventReceived

void eventReceived(java.lang.String uuid,
                   int module,
                   int connector,
                   java.lang.String changes)
It is called when any updates is received from the GC-device.

Parameters:
uuid - a String value of uuid
module - an integer value of module
connector - an integer value of connector
changes - a String value of changes


Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.