Class PublicChatAction
java.lang.Object
games.stendhal.server.actions.chat.PublicChatAction
- All Implemented Interfaces:
ActionListener
handles publicly said text .
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PublicChatAction
public PublicChatAction()
-
-
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
-