Class ListProducersAction
java.lang.Object
games.stendhal.server.actions.query.ListProducersAction
- All Implemented Interfaces:
ActionListener
Lists the producers with have open tasks for the asking player.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ListProducersAction
public ListProducersAction()
-
-
Method Details
-
register
public static void register() -
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
-