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

All Superinterfaces:
IEventListener
All Known Subinterfaces:
ILockEventListener, IValueEventListener

public interface ILockNotifiedAllListener
extends IEventListener

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

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

Method Detail

lockNotifiedAll

void lockNotifiedAll(int threadId,
                     ILockValue lv,
                     int[] notifiedThreadIds)