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

Public Member Functions

void escPressed ()
 
void keyReleased ()
 

Detailed Description

Interface for listeners interested in pressed ESC keys.

Author
Andreas Kirschbaum

Definition at line 29 of file KeyHandlerListener.java.

Member Function Documentation

◆ escPressed()

void com.realtime.crossfire.jxclient.window.KeyHandlerListener.escPressed ( )

The ESC key has been pressed.

Implemented in com.realtime.crossfire.jxclient.main.DefaultKeyHandler.

Referenced by com.realtime.crossfire.jxclient.window.KeyHandler.handleKeyPress().

Here is the caller graph for this function:

◆ keyReleased()

void com.realtime.crossfire.jxclient.window.KeyHandlerListener.keyReleased ( )

A key (but not ESC) has been released.

Implemented in com.realtime.crossfire.jxclient.main.DefaultKeyHandler.

Referenced by com.realtime.crossfire.jxclient.window.KeyHandler.handleKeyRelease().

Here is the caller graph for this function:

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