public class DMRHandler extends Object implements ActionHandler<DMRAction,DMRResponse>
| Constructor and Description |
|---|
DMRHandler() |
| Modifier and Type | Method and Description |
|---|---|
DispatchRequest |
execute(DMRAction action,
com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> resultCallback,
Map<String,String> properties) |
DispatchRequest |
undo(DMRAction action,
DMRResponse result,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
public DispatchRequest execute(DMRAction action, com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse> resultCallback, Map<String,String> properties)
execute in interface ActionHandler<DMRAction,DMRResponse>public DispatchRequest undo(DMRAction action, DMRResponse result, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
undo in interface ActionHandler<DMRAction,DMRResponse>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.