Asynchronous callback. More...
Public Member Functions | |
void | OnConnect (bool success) |
Callback for when the connection has finished. | |
void | OnDisconnect () |
Callback for when the connection got disconnected. | |
void | OnDownloadComplete (ContentID cid) |
We have finished downloading a file. |
Asynchronous callback.
Definition at line 1664 of file console_cmds.cpp.
void ConsoleContentCallback::OnConnect | ( | bool | success | ) | [inline, virtual] |
Callback for when the connection has finished.
success | whether the connection was made or that we failed to make it |
Reimplemented from ContentCallback.
Definition at line 1665 of file console_cmds.cpp.
References CC_DEFAULT, and IConsolePrintF().
void ConsoleContentCallback::OnDownloadComplete | ( | ContentID | cid | ) | [inline, virtual] |
We have finished downloading a file.
cid | the ContentID of the downloaded file |
Reimplemented from ContentCallback.
Definition at line 1675 of file console_cmds.cpp.
References CC_DEFAULT, and IConsolePrintF().