ccc.client.gwt.remoting
Class CancelActionAction.ActionCancelledCallback

java.lang.Object
  extended by ccc.client.core.ResponseHandlerAdapter
      extended by ccc.client.gwt.remoting.CancelActionAction.ActionCancelledCallback
All Implemented Interfaces:
ResponseHandler
Enclosing class:
CancelActionAction

public static class CancelActionAction.ActionCancelledCallback
extends ResponseHandlerAdapter

Callback handler for applying a working copy.

Author:
Civic Computing Ltd.

Constructor Summary
CancelActionAction.ActionCancelledCallback(ActionSummary action)
          Constructor.
 
Method Summary
 void onNoContent(Response response)
          Handle a '204 NO CONTENT' response from the remote server.
 
Methods inherited from class ccc.client.core.ResponseHandlerAdapter
onBadRequest, onConflict, onError, onFailed, onMethodNotAllowed, onNotFound, onOK, onSessionTimeout, onUnauthorized, onUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelActionAction.ActionCancelledCallback

public CancelActionAction.ActionCancelledCallback(ActionSummary action)
Constructor.

Parameters:
action - The resource whose WC has been applied.
Method Detail

onNoContent

public void onNoContent(Response response)
Handle a '204 NO CONTENT' response from the remote server.

Specified by:
onNoContent in interface ResponseHandler
Overrides:
onNoContent in class ResponseHandlerAdapter
Parameters:
response - The server response.


Copyright © 2010. All Rights Reserved.