Package model.overlays
Class MenuOverlayModel
java.lang.Object
model.overlays.MenuOverlayModel
- Direct Known Subclasses:
MenuScoreBoardOverlayModel,MenuUserCreationOverlayModel,MenuUserSelectionOverlayModel
Abstract class representing a menu overlay model, used as base for menu overlays.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMenuOverlayModel(MenuModel menuModel) Constructs a MenuOverlayModel with the specified MenuModel. -
Method Summary
-
Field Details
-
Constructor Details
-
MenuOverlayModel
Constructs a MenuOverlayModel with the specified MenuModel.- Parameters:
menuModel- the MenuModel associated with this overlay
-
-
Method Details
-
update
public abstract void update()Updates the state of the menu overlay.
-