im::floo::floolib::BMXNetworkListener
网络监听者
Inherited by im.floo.floolib.BMXClient
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| void | swigReleaseOwnership() |
| void | swigTakeOwnership() |
| void | onNetworkChanged([BMXNetworkType] type, boolean reconnect) |
| BMXNetworkListener() |
Protected Functions
| Name | |
|---|---|
| BMXNetworkListener(long cPtr, boolean cMemoryOwn) | |
| void | finalize() |
| void | swigDirectorDisconnect() |
| long | getCPtr(BMXNetworkListener obj) |
Public Functions Documentation
function delete
inline synchronized void delete()
Reimplemented by: im::floo::floolib::BMXClient::delete
Example:
function swigReleaseOwnership
inline void swigReleaseOwnership()
Example:
function swigTakeOwnership
inline void swigTakeOwnership()
Example:
function onNetworkChanged
inline void onNetworkChanged(
BMXNetworkType type,
boolean reconnect
)
Reimplemented by: im::floo::floolib::BMXClient::onNetworkChanged
Example:
function BMXNetworkListener
inline BMXNetworkListener()
Protected Functions Documentation
Example:
function BMXNetworkListener
inline BMXNetworkListener(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Reimplemented by: im::floo::floolib::BMXClient::finalize
Example:
function swigDirectorDisconnect
inline void swigDirectorDisconnect()
Example:
function getCPtr
static inline long getCPtr(
BMXNetworkListener obj
)
Example:
Updated on 2022-01-26 at 17:18:31 +0800
