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