Interface HudListener


public interface HudListener
An interface for 3rd party objects interested in notifications about hud changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a component is added to the UIHud.
    void
    Called when a component is removed from the UIHud.
  • Method Details

    • componentAdded

      void componentAdded(UIComponent component)
      Called when a component is added to the UIHud.
      Parameters:
      component - the added component
    • componentRemoved

      void componentRemoved(UIComponent component)
      Called when a component is removed from the UIHud.
      Parameters:
      component - the removed component