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
acquirer when acquiring the lockIllegalStateException - if blocking access to the EDT was required and an InterruptedException
occurredpublic void releaseNoCheck()
Copyright © 2017 Docking Frames. All rights reserved.