Class SupportAnswerAction
java.lang.Object
games.stendhal.server.actions.admin.AdministrationAction
games.stendhal.server.actions.admin.SupportAnswerAction
- All Implemented Interfaces:
ActionListener,TurnListener
answers a support question
-
Field Summary
Fields inherited from class games.stendhal.server.actions.admin.AdministrationAction
logger, REQUIRED_ADMIN_LEVEL_FOR_SUPER, REQUIRED_ADMIN_LEVEL_FOR_SUPPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonTurnReached(int currentTurn) Completes handling the supportanswer action.voidstatic voidregister()Methods inherited from class games.stendhal.server.actions.admin.AdministrationAction
getLevelForCommand, getTarget, getTargetAnyZone, isPlayerAllowedToExecuteAdminCommand, onAction, registerActions, registerCommandLevel
-
Constructor Details
-
SupportAnswerAction
public SupportAnswerAction()
-
-
Method Details
-
register
public static void register() -
perform
- Specified by:
performin classAdministrationAction
-
onTurnReached
public void onTurnReached(int currentTurn) Completes handling the supportanswer action.- Specified by:
onTurnReachedin interfaceTurnListener- Parameters:
currentTurn- ignored
-