public abstract class AbstractWorker extends java.lang.Object implements Worker, CallBack
Constructor and Description |
---|
AbstractWorker() |
Modifier and Type | Method and Description |
---|---|
CallBack |
getCallBack()
This method returns a wrapped CallBack instance of this AbstractWorker
whose methods will automatically be run on the EDT (Swing) thread.
|
Worker |
getWorker()
This method returns a wrapped Worker instance of this AbstractWorker.
|
void |
init() |
void |
update()
Empty implementation of the update() method.
|
public void init() throws java.lang.Throwable
java.lang.Throwable
public Worker getWorker()
public CallBack getCallBack()