Methods Summary |
---|
public void | addAsyncFilter(AsyncFilter asyncFilter)Add a AsyncFilter
|
public boolean | execute()Execute the main operation on
|
public AsyncHandler | getAsyncHandler()Get the AsyncHandler who drive the asynchronous process.
|
public AsyncTask | getAsyncTask()Get the AsycnProcesssorTask .
|
public boolean | interrupt()Execute some operations on the AsycnProcesssorTask and then
interrupt it.
|
public boolean | postExecute()Post-execute some operations in the AsycnProcesssorTask
associated.
|
public boolean | preExecute()Pre-execute some operations in the AsycnProcesssorTask
associated.
|
public boolean | removeAsyncFilter(AsyncFilter asyncFilter)Remove an AsyncFilter
|
public void | setAsyncHandler(AsyncHandler asyncHandler)Set the AsyncHandler who drive the asynchronous process.
|
public void | setAsyncTask(AsyncTask task)Set the AsycnProcesssorTask .
|