Interface StateSaveable


public interface StateSaveable
This interface should be implemented by an Object that needs to save/restore its state.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Restore the Object's state.
    void
    Save the Object's state.