Package | net.user1.reactor.ui |
Class | public class ChatSendButton |
Inheritance | ChatSendButton ![]() |
Since : | ReactorGUI 1.0.0 |
Variable | Defined By | ||
---|---|---|---|
client : ChatClient
The ChatClient object representing the client that will receive the
chat message when this send button is clicked. | ChatSendButton |
Method | Defined By | ||
---|---|---|---|
ChatSendButton |
client | variable |
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.
public function get client():ChatClient
public function set client(value:ChatClient):void
ChatSendButton | () | Constructor |
public function ChatSendButton()