Interface ConfigurationMenu.HandlesMenuClose

All Known Implementing Classes:
AreaUI, ConditionalUI, ConfigurationMenu.VGroup, DrawingUI, ItemSelectUI, PropertyConfiguration, RequireItemsUI, SimpleUI
Enclosing class:
ConfigurationMenu<CC extends com.badlogic.gdx.scenes.scene2d.Actor & ConfigurationMenu.HandlesMenuClose>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ConfigurationMenu.HandlesMenuClose
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the menu is closed
  • Method Details

    • handle

      void handle()
      Called when the menu is closed