Integrate KanziConnect mainloop into android UI thread. More...
Public Member Functions | |
UIThreadIntegrator (ClientConnector connector) | |
Constructor. | |
void | clean () |
Release all resources. | |
ClientConnector | getConnector (ClientConnector connector) |
Get the connector. | |
void | setConnector (ClientConnector connector) |
Set the connector. | |
void | workAvailable () |
Invoked by KanziConnect core when there is work available. | |
Integrate KanziConnect mainloop into android UI thread.
UIThreadIntegrator | ( | ClientConnector | connector | ) |
Constructor.
connector | the connector to integrate towards android UI Thread. |
ClientConnector getConnector | ( | ClientConnector | connector | ) |
Get the connector.
connector |
void setConnector | ( | ClientConnector | connector | ) |
Set the connector.
connector |
void workAvailable | ( | ) |
Invoked by KanziConnect core when there is work available.
Executed in arbitrary thread context.