Package it.polimi.ingsw.network.client
Interface PhaseChangedObservable
- All Known Implementing Classes:
LocalVirtualModel
public interface PhaseChangedObservable
-
Method Summary
Modifier and Type Method Description voidnotifyPhaseChanged(TurnState nextPhase)Notifies observers that the phase has changed into the one passed as parameter
-
Method Details
-
notifyPhaseChanged
Notifies observers that the phase has changed into the one passed as parameter- Parameters:
nextPhase- , update content
-