Package games.stendhal.server.actions
Class TradeAction
java.lang.Object
games.stendhal.server.actions.TradeAction
- All Implemented Interfaces:
ActionListener
handles trade related actions.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TradeAction
public TradeAction()
-
-
Method Details
-
register
public static void register()registers the trade action -
onAction
processes the requested action.- Specified by:
onAction
in interfaceActionListener
- Parameters:
player
- the caller of the actionaction
- the action to be performed
-