Packagenet.user1.reactor.chat
Classpublic final class ChatMessages
InheritanceChatMessages Inheritance Object

Since : ReactorGUI 1.0.0

The ChatMessages class defines constants representing the messages used by chat controls in the ReactorGUI library.



Public Constants
 ConstantDefined By
  CHAT : String = CHAT
[static] The name of chat messages sent by chat controls in the ReactorGUI library.
ChatMessages
  PRIVATE_CHAT : String = PRIVATE_CHAT
[static] The name of private chat messages sent by chat controls in the ReactorGUI library.
ChatMessages
Constant Descriptions
CHATConstant
public static const CHAT:String = CHAT

Since : ReactorGUI 1.0.0

The name of chat messages sent by chat controls in the ReactorGUI library.

PRIVATE_CHATConstant 
public static const PRIVATE_CHAT:String = PRIVATE_CHAT

Since : ReactorGUI 1.0.0

The name of private chat messages sent by chat controls in the ReactorGUI library.