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

All Superinterfaces:
IEventListener
All Known Subinterfaces:
ILockEventListener, IValueEventListener

public interface ILockUnwaitListener
extends IEventListener

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

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

Method Detail

lockUnwait

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