Interface SyMenuServiceType
- All Superinterfaces:
com.io7m.repetoir.core.RPServiceType
public interface SyMenuServiceType
extends com.io7m.repetoir.core.RPServiceType
A service for controlling menus.
-
Method Summary
Modifier and TypeMethodDescriptionvoidClose any menu that may be open.voidmenuOpen(SyMenuType menu) Open a global menu.Methods inherited from interface com.io7m.repetoir.core.RPServiceType
description
-
Method Details