Packagenet.user1.reactor.ui
Classpublic class ChatSendButton
InheritanceChatSendButton Inheritance mx.controls.Button

Since : ReactorGUI 1.0.0

A "Send" button used to send chat messages in a chat interface.



Public Variables
 VariableDefined By
  client : ChatClient
The ChatClient object representing the client that will receive the chat message when this send button is clicked.
ChatSendButton
Public Methods
 MethodDefined By
  
ChatSendButton
Variable Descriptions
clientvariable
client:ChatClient

Since : ReactorGUI 1.0.0

The ChatClient object representing the client that will receive the chat message when this send button is clicked.


Implementation
    public function get client():ChatClient
    public function set client(value:ChatClient):void
Constructor Description
ChatSendButton()Constructor
public function ChatSendButton()