ccc.client.actions
Class CreateActionAction.ActionCreatedCallback

java.lang.Object
  extended by ccc.client.core.ResponseHandlerAdapter
      extended by ccc.client.actions.CreateActionAction.ActionCreatedCallback
All Implemented Interfaces:
ResponseHandler
Enclosing class:
CreateActionAction

public class CreateActionAction.ActionCreatedCallback
extends ResponseHandlerAdapter

Callback handler for applying a working copy.

Author:
Civic Computing Ltd.

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

Constructor Detail

CreateActionAction.ActionCreatedCallback

public CreateActionAction.ActionCreatedCallback()
Constructor.

Method Detail

onOK

public void onOK(Response response)
Handle a '200 OK' response from the remote server.

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


Copyright © 2010. All Rights Reserved.