Crossfire JXClient, Trunk
EscAction.java
Go to the documentation of this file.
1 package com.realtime.crossfire.jxclient.window;
2 
6 public enum EscAction {
7 
12 
17 
21  QUIT
22 
23 }
com.realtime.crossfire.jxclient.window.EscAction.IGNORE
IGNORE
Ignore the key press.
Definition: EscAction.java:11
com.realtime.crossfire.jxclient.window.EscAction
Action after ESC has been pressed.
Definition: EscAction.java:6
com.realtime.crossfire.jxclient.window.EscAction.DISCONNECT
DISCONNECT
Disconnect from server.
Definition: EscAction.java:16