public static class DockHierarchyLock.Token
extends java.lang.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()
java.lang.IllegalStateException
- if the state is not as suggested by the
acquirer when acquiring the lockjava.lang.IllegalStateException
- if blocking access to the EDT was required and an InterruptedException
occurredpublic void releaseNoCheck()