|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Persistent
An interface for loading data.
Method Summary | |
---|---|
void |
load(DataParser dataParser)
Loads data using the DataParser object. |
Method Detail |
---|
void load(DataParser dataParser)
DataParser
object.
A class overrides this function to load data that has been parsed.
dataParser
- The DataParser
to load data from.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |