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

All Superinterfaces:
IEventListener
All Known Subinterfaces:
ILockEventListener, IValueEventListener

public interface ILockNotifiedListener
extends IEventListener

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

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

Method Detail

lockNotified

void lockNotified(int threadId,
                  ILockValue lv,
                  int notifiedThreadId)