summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/RunnableTask.java
Commit message (Expand)AuthorAgeFilesLines
* RunnableTask: Add documentation, incl. unit test. Add ReflectionUtil.MethodAc...Sven Gothel2011-11-221-10/+46
* RunnableTask: Allow validation whether invoking thread intends to wait for th...Sven Gothel2011-09-271-0/+6
* small cleanup in uitl packageMichael Bien2011-02-261-1/+2
* Don't printStackTrace if the exception shall be catched for later useSven Gothel2010-11-141-6/+2
* RunnableTask: Add attachmentSven Gothel2010-09-271-1/+18
* Fix: In case of a sync notifyObject, the whole action must be synchronized/lo...Sven Gothel2010-09-231-11/+34
* LICENSE.txt changes:Sven Gothel2010-09-141-24/+26
* Adding RunnableTask, generic notifyable Runnable wrapperSven Gothel2010-06-161-0/+90