Interface LeaderSetupObservable

All Known Implementing Classes:
Game, SinglePlayer

public interface LeaderSetupObservable
  • Method Summary

    Modifier and Type Method Description
    void notifyLeaderSetup​(java.lang.String username, LeaderSetup msg)
    Notify the model observers that initial leaders have been chosen Along with the notification sends the proper update Object as further explained in project documentation
  • Method Details

    • notifyLeaderSetup

      void notifyLeaderSetup​(java.lang.String username, LeaderSetup msg)
      Notify the model observers that initial leaders have been chosen Along with the notification sends the proper update Object as further explained in project documentation
      Parameters:
      msg - the update object representing a leader card setup containing the initial leader cards of a player