org.gwtopenmaps.openlayers.client.protocol
Interface CRUDOptions.Callback

Enclosing class:
CRUDOptions

public static interface CRUDOptions.Callback

The callback objects must be encapsulated in option objects, who are then passed as parameters to Create, Read, Update and Delete methods (CRUD). The use of callbacks is a necessity considering the asynchronic nature of the protocols.

Author:
Mikael Couzic

Method Summary
 void computeResponse(Response response)
           
 

Method Detail

computeResponse

void computeResponse(Response response)


Copyright © 2011 sourceforge. All Rights Reserved.