Package VASSAL.chat
Class CommandDecoder
java.lang.Object
VASSAL.chat.CommandDecoder
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
public class CommandDecoder extends Object implements PropertyChangeListener
Listens for incoming messages (PropertyChangeEvents with name
ChatServerConnection.INCOMING_MSG
) and
interprets the message as a command to be executed- Author:
- rodneykinney
-
Constructor Summary
Constructors Constructor Description CommandDecoder()
-
Method Summary
Modifier and Type Method Description void
propertyChange(PropertyChangeEvent evt)
-
Constructor Details
-
CommandDecoder
public CommandDecoder()
-
-
Method Details
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-