|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gudy.azureus2.core3.util.AERunnableWithCallback
public abstract class AERunnableWithCallback
A Runnable that calls the AECallback function when it's done running the code the implementer supplied
Constructor Summary | |
---|---|
AERunnableWithCallback(AECallback callback)
|
Method Summary | |
---|---|
void |
run()
|
abstract java.lang.Object |
runSupport()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AERunnableWithCallback(AECallback callback)
Method Detail |
---|
public final void run()
run
in interface java.lang.Runnable
public abstract java.lang.Object runSupport()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |