com.sencha.gxt.state.client
Class AbstractRpcProvider
java.lang.Object
com.sencha.gxt.state.client.Provider
com.sencha.gxt.state.client.AbstractRpcProvider
public abstract class AbstractRpcProvider
- extends Provider
AbstractRpcProvider
public AbstractRpcProvider()
getValue
public void getValue(String name,
Callback<String,Throwable> callback)
- Description copied from class:
Provider
- Returns the value asynchronously.
- Specified by:
getValue in class Provider
- Parameters:
name - the property namecallback - the callback
getValue
public abstract void getValue(String name,
AsyncCallback<String> callback)
Copyright © 2012. All Rights Reserved.