Class FTPAskResponse
Object
|
+--FTPAskResponse
- class
FTPAskResponse
Represents a response to an FTPClient@ask invocation. The
response member contains the text of the button that the user pressed.
Defined in ftpclient.js
Field Summary |
string |
button1Text
Text of the first button. |
string |
button2Text
Text of the second button. |
string |
button3Text
Text of the third button. |
string |
message
Message that was displayed. |
string |
response
Text of button that the user pressed. |
Constructor Summary |
FTPAskResponse(<string> message, <string> button1Text, <string> button2Text, <string> button3Text, <string> response)
Constructs an FTPAskResponse.
|
button1Text
string button1Text
Text of the first button.
button2Text
string button2Text
Text of the second button.
button3Text
string button3Text
Text of the third button.
message
string message
Message that was displayed.
response
string response
Text of button that the user pressed.
FTPAskResponse
FTPAskResponse(<string> message, <string> button1Text, <string> button2Text, <string> button3Text, <string> response)
Constructs an FTPAskResponse.
Parameters:
message
- Message that was displayed.
button1Text
- Text of the first button.
button2Text
- Text of the second button.
button3Text
- Text of the third button.
response
- Text of button that the user pressed.
Documentation generated by
JSDoc on Tue Jan 24 10:46:49 2012