-
Notifications
You must be signed in to change notification settings - Fork 2
ResponseObject
theepicsnail edited this page Mar 6, 2011
·
1 revision
A response object is sort of a sibling of the Connector. It can not be provided as part of the SuperBot2 base as it is completely reliant on the Connector and visa-versa. A ResponseObject is an instance of a class that the Connectors HandleResponse function should be built around. The return of any function in the ResponseObject can make it back to the Connector.
Please see the Connector ResponseObject Relationship page for a more detailed description of how these two classes interact.