Class ReportErrorAction

java.lang.Object
games.stendhal.server.actions.chat.ReportErrorAction
All Implemented Interfaces:
ActionListener

public class ReportErrorAction extends Object implements ActionListener
handles error reports
  • Constructor Details

    • ReportErrorAction

      public ReportErrorAction()
  • Method Details

    • 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