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 Type
    Method
    Description
    void
    Close any menu that may be open.
    void
    Open a global menu.

    Methods inherited from interface com.io7m.repetoir.core.RPServiceType

    description
  • Method Details