|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.concurrency.ERXRunnable
public abstract class ERXRunnable
ERXRunnable provides support for cleaning up editing context locks at the end of your thread's run() method just like the behavior at the end of a normal R-R loop.
Constructor Summary | |
---|---|
ERXRunnable()
|
Method Summary | |
---|---|
abstract void |
_run()
Override _run to provide your Thread's implementation. |
void |
run()
Do not override run like implementing Runnable directly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXRunnable()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public abstract void _run()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |