- All Implemented Interfaces:
Runnable
public abstract class AERunnableWithCallback
extends Object
implements Runnable
A Runnable that calls the AECallback function when it's done running the
code the implementer supplied
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
AERunnableWithCallback
public AERunnableWithCallback(AECallback callback)
-
Method Details
-
run
public final void run()
- Specified by:
run
in interface Runnable
-
runSupport
public abstract Object runSupport()