edu.ksu.cis.projects.bogor.module.state.event
Interface IGlobalVarReadListener

All Superinterfaces:
IEventListener
All Known Subinterfaces:
IGlobalVarEventListener, IStateEventListener

public interface IGlobalVarReadListener
extends IEventListener

Version:
CVS $Revision: 1.1 $ $Date: 2004/09/05 01:25:16 $
Author:
Robby

Method Summary
 void globalVarRead(int threadId, int globalIndex, IValue readValue)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventListener
getKey
 

Method Detail

globalVarRead

void globalVarRead(int threadId,
                   int globalIndex,
                   IValue readValue)