public interface GReadWrite
Modifier and Type | Method and Description |
---|---|
void |
read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void read() throws GException
GException
- in case of problem while reading the value from file.void write() throws GException
GException
- in case of problem while writing the value to file.Copyright © 2024. All rights reserved.