edu.ksu.cis.projects.bogor.module.value.event
Interface ILockWaitListener

All Superinterfaces:
IEventListener
All Known Subinterfaces:
ILockEventListener, IValueEventListener

public interface ILockWaitListener
extends IEventListener

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

Method Summary
 void lockWait(int threadId, ILockValue lv, int lockCounter)
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.event.IEventListener
getKey
 

Method Detail

lockWait

void lockWait(int threadId,
              ILockValue lv,
              int lockCounter)