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

All Superinterfaces:
IEventListener
All Known Subinterfaces:
IGlobalVarEventListener, IStateEventListener

public interface IGlobalVarWrittenListener
extends IEventListener

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

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

Method Detail

globalVarWritten

void globalVarWritten(int threadId,
                      int globalIndex,
                      IValue writtenValue,
                      IValue oldValue)