Package games.stendhal.server.actions
Class CStatusAction
java.lang.Object
games.stendhal.server.actions.CStatusAction
- All Implemented Interfaces:
ActionListener
handles CID actions.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
idList
Key is ID, value contains list of names -
nameList
Key is name, value is ID
-
-
Constructor Details
-
CStatusAction
public CStatusAction()
-
-
Method Details
-
register
public static void register()registers the action -
onAction
Description copied from interface:ActionListener
processes the requested action.- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- the caller of the actionaction
- the action to be performed
-