Package com.nt.udc.util.state
Interface StateSaveable
public interface StateSaveable
This interface should be implemented by an Object that
needs to save/restore its state.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Restore the Object's state.void
Save the Object's state.
-
Method Details
-
saveState
Save the Object's state.- Throws:
StateException
-
restoreState
Restore the Object's state.- Throws:
StateException
-