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

All Superinterfaces:
IEventListener
All Known Subinterfaces:
ILockEventListener, IValueEventListener

public interface ILockUnlockedListener
extends IEventListener

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

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

Method Detail

lockUnlocked

void lockUnlocked(int threadId,
                  ILockValue lv,
                  int newLockCounter)