Uses of Class
com.openfin.desktop.channel.ConnectionEvent
Package | Description |
---|---|
com.openfin.desktop.channel |
-
Uses of ConnectionEvent in com.openfin.desktop.channel
Subclasses of ConnectionEvent in com.openfin.desktop.channel Modifier and Type Class Description class
ChannelClientConnectEvent
Methods in com.openfin.desktop.channel with parameters of type ConnectionEvent Modifier and Type Method Description protected void
Channel. fireChannelConnectEvent(ConnectionEvent event)
protected void
Channel. fireChannelDisconnectEvent(ConnectionEvent event)
void
ChannelListener. onChannelConnect(ConnectionEvent connectionEvent)
void
ChannelListener. onChannelDisconnect(ConnectionEvent connectionEvent)