|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILockListener
Listener interface to receive notifications when the state of a lock has changed.
| Method Summary | |
|---|---|
void |
lockStateChanged(ILockable lockable,
boolean locked)
Invoked when a resource becomes unlocked or locked. |
| Method Detail |
|---|
void lockStateChanged(ILockable lockable,
boolean locked)
lockable - the lock whose state has changedlocked - The new state of the lock, true indicates locked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||