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

All Superinterfaces:
IEventListener
All Known Subinterfaces:
IStateEventListener, IThreadEventListener

public interface ILocationChangedListener
extends IEventListener

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

Method Summary
 void locationChanged(int threadId, int newLocDesc, int oldLocDesc, int transformationIndex)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventListener
getKey
 

Method Detail

locationChanged

void locationChanged(int threadId,
                     int newLocDesc,
                     int oldLocDesc,
                     int transformationIndex)