Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.gui.gui.GUIElementListener Interface Reference
Collaboration diagram for com.realtime.crossfire.jxclient.gui.gui.GUIElementListener:
Collaboration graph

Public Member Functions

void activeChanged (@NotNull ActivatableGUIElement element, boolean active)
 
boolean isActive (@NotNull ActivatableGUIElement element)
 
void raiseDialog (@NotNull AbstractGUIElement component)
 

Detailed Description

Listener for GUIElement related events.

Author
Andreas Kirschbaum

Definition at line 32 of file GUIElementListener.java.

Member Function Documentation

◆ activeChanged()

void com.realtime.crossfire.jxclient.gui.gui.GUIElementListener.activeChanged ( @NotNull ActivatableGUIElement  element,
boolean  active 
)

The active state of an AbstractGUIElement has changed.

Parameters
elementthe changed element
activethe new active state

Referenced by com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement.setActive().

Here is the caller graph for this function:

◆ isActive()

boolean com.realtime.crossfire.jxclient.gui.gui.GUIElementListener.isActive ( @NotNull ActivatableGUIElement  element)

Returns whether an ActivatableGUIElement is active.

Parameters
elementthe element to check
Returns
whether the element is active

Referenced by com.realtime.crossfire.jxclient.gui.gui.ActivatableGUIElement.isActive().

Here is the caller graph for this function:

◆ raiseDialog()

void com.realtime.crossfire.jxclient.gui.gui.GUIElementListener.raiseDialog ( @NotNull AbstractGUIElement  component)

The Gui of a Component should be raised.

Parameters
componentthe component

Referenced by com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement.mouseClicked(), and com.realtime.crossfire.jxclient.gui.gui.AbstractGUIElement.mousePressed().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: