Uses of Class
com.openfin.desktop.channel.ChannelClientConnectEvent
Package | Description |
---|---|
com.openfin.desktop.channel |
-
Uses of ChannelClientConnectEvent in com.openfin.desktop.channel
Methods in com.openfin.desktop.channel with parameters of type ChannelClientConnectEvent Modifier and Type Method Description protected void
ChannelProvider. fireClientConnectEvent(ChannelClientConnectEvent event)
protected void
ChannelProvider. fireClientDisconnectEvent(ChannelClientConnectEvent event)
void
ChannelProviderListener. onClientConnect(ChannelClientConnectEvent connectionEvent)
Callback when a channel provider receives a connect request from a channel clientvoid
ChannelProviderListener. onClientDisconnect(ChannelClientConnectEvent connectionEvent)
Callback when a channel provider receives when a channel client disconnects