public interface IWritableState
This interface is a companion to IState
which handles reading of state information.
IStateful
can be used to mark a class that knows how to store its state in an
IWritableState instance.
Modifier and Type | Method and Description |
---|---|
IWritableState |
createChild(String type)
Creates a new child node.
|
void |
putString(String key,
String value)
Stores a named attribute value.
|
IWritableState createChild(String type)
type
- node typeCopyright © 2020. All rights reserved.