LockType
- the type of lockspublic interface LockManagerListener<LockType>
Modifier and Type | Method and Description |
---|---|
void |
locked(LockGrant<LockType> g)
A lock has been granted.
|
void |
unlocked(LockGrant<LockType> g)
A lock has been released.
|
Copyright © 2015. All rights reserved.