Interface CustomOption

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void readState​(SaveState saveState)
      Concrete subclass of WrappedOption should read all of its state from the given saveState object.
      void writeState​(SaveState saveState)
      Concrete subclass of WrappedOption should write all of its state to the given saveState object.
    • Method Detail

      • readState

        void readState​(SaveState saveState)
        Concrete subclass of WrappedOption should read all of its state from the given saveState object.
        Parameters:
        saveState - container of state information
      • writeState

        void writeState​(SaveState saveState)
        Concrete subclass of WrappedOption should write all of its state to the given saveState object.
        Parameters:
        saveState - container of state information