Class WrapAction
java.lang.Object
games.stendhal.server.actions.admin.WrapAction
- All Implemented Interfaces:
ActionListener
- Author:
- Martin Fuchs
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WrapAction
public WrapAction()
-
-
Method Details
-
register
public static void register()Registers the "wrap" action handler. -
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
-