Package de.bsvrz.puk.config.util.async
Interface AsyncRequest
- All Known Implementing Classes:
AbstractAsyncDataModelRequest
,AbstractAsyncRequest
,AsyncCallCompletionRequest
,AsyncIdsToObjectsRequest
public interface AsyncRequest
-
Method Summary
Modifier and Type Method Description void
callAsyncCompletion()
AsyncRequestCompletion
getAsyncRequestCompletion()
void
startProcessing()
-
Method Details
-
startProcessing
void startProcessing() -
callAsyncCompletion
void callAsyncCompletion() -
getAsyncRequestCompletion
AsyncRequestCompletion getAsyncRequestCompletion()
-