hunt-imf ~master (2019-10-15T07:29:22Z)
Home
Dub
Repo
GatewayClient
hunt
imf
clients
GatewayClient
Undocumented in source.
interface
GatewayClient {
void
onConnection
(ConnectBase connection);
void
connect
();
void
onClosed
(ConnectBase connection);
}
Members
Functions
connect
void
connect
()
Undocumented in source.
onClosed
void
onClosed
(ConnectBase connection)
Undocumented in source.
onConnection
void
onConnection
(ConnectBase connection)
Undocumented in source.
Meta
Source
See Implementation
hunt
imf
clients
GatewayClient
interfaces
GatewayClient