Methods inherited from interface net.customware.gwt.dispatch.server.ActionHandler
getActionType
Constructor Detail
AbstractActionHandler
public AbstractActionHandler()
Method Detail
execute
public final R execute(T action,
net.customware.gwt.dispatch.server.ExecutionContext context)
throws net.customware.gwt.dispatch.shared.ActionException
Specified by:
execute in interface net.customware.gwt.dispatch.server.ActionHandler<T extends AbstractAction<R>,R extends net.customware.gwt.dispatch.shared.Result>
public void rollback(T action,
R result,
net.customware.gwt.dispatch.server.ExecutionContext context)
throws net.customware.gwt.dispatch.shared.ActionException
Specified by:
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<T extends AbstractAction<R>,R extends net.customware.gwt.dispatch.shared.Result>