com.google.maps.gwt.client
Interface MVCArray.ForEachCallback<T extends JavaScriptObject>

Enclosing class:
MVCArray<A extends JavaScriptObject>

public static interface MVCArray.ForEachCallback<T extends JavaScriptObject>

Callback type for handling asynchronous responses from forEach.


Method Summary
 void handle(T a)
          Called by the callback handler.
 

Method Detail

handle

void handle(T a)
Called by the callback handler.