public interface GwtRemoteInspectorAsync
GwtRemoteInspectorImpl servlet.
Note: this interface is purely for the AJAX call. It is not related to
GwtInspectorAsync.
This interface is designed to work 'out of the box' for most cases. However, use of Serializable as a parameter type is not optimal for GWT. We recommend deriving your own interface with your own business-model-specific base class instead.
| Modifier and Type | Method and Description |
|---|---|
void |
inspect(Serializable toInspect,
String type,
String[] names,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void inspect(Serializable toInspect, String type, String[] names, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Copyright © 2015. All Rights Reserved.