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

Packages that use ILockWaitListener
edu.ksu.cis.projects.bogor.module.value.event   
 

Uses of ILockWaitListener in edu.ksu.cis.projects.bogor.module.value.event
 

Subinterfaces of ILockWaitListener in edu.ksu.cis.projects.bogor.module.value.event
 interface ILockEventListener
           
 interface IValueEventListener
           
 

Fields in edu.ksu.cis.projects.bogor.module.value.event with type parameters of type ILockWaitListener
protected  ArrayList<ILockWaitListener> DefaultLockEventNotifier.lockWaitListeners
           
 

Methods in edu.ksu.cis.projects.bogor.module.value.event with parameters of type ILockWaitListener
 void DefaultLockEventNotifier.addLockWaitListener(ILockWaitListener lwl)
           
 void DefaultValueEventNotifier.addLockWaitListener(ILockWaitListener lwl)
           
 void ILockEventNotifier.addLockWaitListener(ILockWaitListener lwl)