com.vaadin.client.ui.grid
Interface EditorRowHandler.EditorRowRequest.RequestCallback<T>

Enclosing class:
EditorRowHandler.EditorRowRequest<T>

public static interface EditorRowHandler.EditorRowRequest.RequestCallback<T>

A callback interface used to notify the caller about completed requests.


Method Summary
 void onResponse(EditorRowHandler.EditorRowRequest<T> request)
           
 

Method Detail

onResponse

void onResponse(EditorRowHandler.EditorRowRequest<T> request)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.