
public abstract class Provider extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StateManager |
manager |
| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bind(StateManager manager) |
void |
clear(String name)
Clears the named value.
|
abstract void |
getValue(String name,
<any> callback)
Returns the value asynchronously.
|
abstract void |
setValue(String name,
String value)
Sets the value.
|
protected StateManager manager
public void clear(String name)
name - the property namepublic abstract void getValue(String name, <any> callback)
name - the property namecallback - the callbackpublic abstract void setValue(String name, String value)
name - the property namevalue - the valueprotected void bind(StateManager manager)
Copyright © 2018. All rights reserved.