com.bstek.dorado.view.task
public interface TaskThreadExecutionListener
Modifier and Type | Method and Description |
---|---|
void |
onAbort(LongTaskThread taskThread) |
void |
onFailure(LongTaskThread taskThread,
java.lang.Exception e) |
void |
onSuccess(LongTaskThread taskThread,
java.lang.Object result) |
void onSuccess(LongTaskThread taskThread, java.lang.Object result)
void onFailure(LongTaskThread taskThread, java.lang.Exception e)
void onAbort(LongTaskThread taskThread)
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.