com.jogamp.nativewindow.impl.x11
Class X11ToolkitLock
java.lang.Object
com.jogamp.nativewindow.impl.x11.X11ToolkitLock
- All Implemented Interfaces:
- ToolkitLock
public class X11ToolkitLock
- extends Object
- implements ToolkitLock
Implementing a recursive ToolkitLock
utilizing X11Util.XLockDisplay(long)
.
This strategy should not be used in case XInitThreads() is being used,
or a higher level toolkit lock is required, ie AWT lock.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X11ToolkitLock
public X11ToolkitLock(long displayHandle)
lock
public final void lock()
- Specified by:
lock
in interface ToolkitLock
unlock
public final void unlock()
- Specified by:
unlock
in interface ToolkitLock
Copyright 2010 JogAmp Community.