Package games.stendhal.server.actions
Class ChallengePlayerAction
java.lang.Object
games.stendhal.server.actions.ChallengePlayerAction
- All Implemented Interfaces:
ActionListener
Handles challenge send from a player's client and creates the server side challenge
- Author:
- markus
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ChallengePlayerAction
public ChallengePlayerAction()
-
-
Method Details
-
register
public static void register()registers the ChallengePlayerAction 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
-