22 package com.realtime.crossfire.jxclient.gui.gui;
24 import java.awt.Component;
25 import org.jetbrains.annotations.NotNull;
Listener for GUIElement related events.
A GUIElement that can be set to active or inactive.
boolean isActive(@NotNull ActivatableGUIElement element)
Returns whether an ActivatableGUIElement is active.
void activeChanged(@NotNull ActivatableGUIElement element, boolean active)
The active state of an AbstractGUIElement has changed.
void raiseDialog(@NotNull Component component)
The Gui of a Component should be raised.