Interface IPostLoadOperation

  • All Known Implementing Classes:
    ClientViewState

    public interface IPostLoadOperation
    This interface marks a class that needs to be updated after the loading of a savegame. The class itself is not part of the savegame.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Mar 16, 2016
    • Method Detail

      • postLoad

        void postLoad()
        Action that is to be executed after the loading of the savegame.