Class InfoAction
java.lang.Object
games.stendhal.server.actions.query.InfoAction
- All Implemented Interfaces:
ActionListener
Answers with the server time and if this is the test server with the version information.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InfoAction
public InfoAction()
-
-
Method Details
-
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
-