Interface ISaveStateSupport


public interface ISaveStateSupport
An object supporting state dumps. A "save state" is created and restored transparently by the component.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    restoreState(Object saveState)
    Restore a previously saved state.
    Create a restorable dump of the objects state.
  • Method Details

    • restoreState

      void restoreState(Object saveState)
      Restore a previously saved state.
    • saveState

      Object saveState()
      Create a restorable dump of the objects state.