public class GetSubmitProgressHandler extends Object implements net.customware.gwt.dispatch.server.ActionHandler<GetSubmitProgress,GetSubmitProgressResult>
| Constructor and Description |
|---|
GetSubmitProgressHandler(ImportSessionManager importSessionManager) |
| Modifier and Type | Method and Description |
|---|---|
GetSubmitProgressResult |
execute(GetSubmitProgress action,
net.customware.gwt.dispatch.server.ExecutionContext context) |
Class<GetSubmitProgress> |
getActionType() |
void |
rollback(GetSubmitProgress action,
GetSubmitProgressResult result,
net.customware.gwt.dispatch.server.ExecutionContext context) |
@Inject public GetSubmitProgressHandler(ImportSessionManager importSessionManager)
public Class<GetSubmitProgress> getActionType()
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetSubmitProgress,GetSubmitProgressResult>public GetSubmitProgressResult execute(GetSubmitProgress action, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
execute in interface net.customware.gwt.dispatch.server.ActionHandler<GetSubmitProgress,GetSubmitProgressResult>net.customware.gwt.dispatch.shared.DispatchExceptionpublic void rollback(GetSubmitProgress action, GetSubmitProgressResult result, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<GetSubmitProgress,GetSubmitProgressResult>net.customware.gwt.dispatch.shared.DispatchExceptionCopyright © 2016. All Rights Reserved.