com.jogamp.nativewindow.impl
Class NullToolkitLock
java.lang.Object
com.jogamp.nativewindow.impl.NullToolkitLock
- All Implemented Interfaces:
- ToolkitLock
public class NullToolkitLock
- extends Object
- implements ToolkitLock
Implementing a singleton global recursive ToolkitLock
without any locking. Since there is no locking it all,
it is intrinsically recursive.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullToolkitLock
protected NullToolkitLock()
- Singleton via
NativeWindowFactoryImpl.getNullToolkitLock()
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.