Package org.wicketstuff.async.demo
Class GenericTask
- java.lang.Object
-
- org.wicketstuff.async.demo.GenericTask
-
-
Constructor Summary
Constructors Constructor Description GenericTask(int steps, long waitingTime)GenericTask(int steps, long waitingTime, RuntimeException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetProgress()StringgetProgressMessage()voidrun()
-
-
-
Constructor Detail
-
GenericTask
public GenericTask(int steps, long waitingTime)
-
GenericTask
public GenericTask(int steps, long waitingTime, RuntimeException e)
-
-
Method Detail
-
getProgress
public double getProgress()
- Specified by:
getProgressin interfaceorg.wicketstuff.async.task.IProgressObservableRunnable
-
getProgressMessage
public String getProgressMessage()
- Specified by:
getProgressMessagein interfaceorg.wicketstuff.async.task.IProgressObservableRunnable
-
-