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