Interface IRebinabable

  • All Known Implementing Classes:
    GameStatus, MainGameView, MiniMap

    public interface IRebinabable
    Defining the method to rebind property values and bindings.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Aug 16, 2015
    • Method Detail

      • rebind

        void rebind()
        Rebind the properties and bindings. This method is called after a bean has been replaced after loading a game. There may be certain bean specific actions that need to be taken in such a case.