public static class DockHierarchyLock.Token extends Object
DockHierarchyLock
and releases the lock.Modifier and Type | Method and Description |
---|---|
void |
release()
Releases the lock.
|
void |
releaseNoCheck()
Releases this lock without doing the usual checks.
|
public void release()
IllegalStateException
- if the state is not as suggested by the
acquierer when acquiering the lockIllegalStateException
- if blocking access to the EDT was required and an InterruptedException
occuredpublic void releaseNoCheck()