public interface Savable
| Modifier and Type | Method and Description |
|---|---|
default void |
restore(Serializable descriptor)
Restores this component to the state specified by the provided descriptor.
|
default Serializable |
save()
Returns JavaBean describing the current state of this component.
|
default void restore(Serializable descriptor)
descriptor - JavaBean encapsulating the state.default Serializable save()
null.null if no state information needs to be saved.Copyright © 2023 LSST. All rights reserved.