Class ListProducersAction

java.lang.Object
games.stendhal.server.actions.query.ListProducersAction
All Implemented Interfaces:
ActionListener

public class ListProducersAction extends Object implements ActionListener
Lists the producers with have open tasks for the asking player.
  • Constructor Details

    • ListProducersAction

      public ListProducersAction()
  • Method Details

    • register

      public static void register()
    • onAction

      public void onAction(Player player, RPAction action)
      Description copied from interface: ActionListener
      processes the requested action.
      Specified by:
      onAction in interface ActionListener
      Parameters:
      player - the caller of the action
      action - the action to be performed