Integral FTP

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.
 

Field Detail

button1Text

string button1Text

button2Text

string button2Text

button3Text

string button3Text

message

string message

response

string response

Constructor Detail

FTPAskResponse

FTPAskResponse(<string> message, <string> button1Text, <string> button2Text, <string> button3Text, <string> response)

Integral FTP

Documentation generated by JSDoc on Tue Jan 24 10:46:49 2012