public abstract class Task extends Object
protected boolean
complete
protected Exception
exception
Task()
abstract void
execute()
void
setComplete(Exception e)
stop()
Exception
waitFor()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected boolean complete
protected Exception exception
public Task()
public abstract void execute() throws Exception
public void stop()
public void setComplete(Exception e)
public Exception waitFor()
Copyright © 2015. All Rights Reserved.