summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/RunnableTask.java
Commit message (Expand)AuthorAgeFilesLines
* RunnableTask/FunctionTask run(): Write tExecuted in finally block, removing c...Sven Gothel2013-07-091-4/+3
* Function- RunnableTask: Clear runnableException @ start for re-entry; Fix tEx...Sven Gothel2013-03-181-4/+10
* Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ...Sven Gothel2013-03-181-8/+18
* Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done b...Sven Gothel2013-02-141-2/+2
* Adding Function and FunctionTask extending RunnableTask functionalitySven Gothel2013-02-131-118/+33
* IOUtil: Better resource location debug info; RunnableTask adds 'flush()' meth...Sven Gothel2012-07-051-14/+44
* 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