Uses of Interface
com.openfin.desktop.channel.ChannelAction
Package | Description |
---|---|
com.openfin.desktop.channel |
-
Uses of ChannelAction in com.openfin.desktop.channel
Fields in com.openfin.desktop.channel with type parameters of type ChannelAction Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<java.lang.String,ChannelAction>
ChannelBase. channelActionMap
Methods in com.openfin.desktop.channel with parameters of type ChannelAction Modifier and Type Method Description protected boolean
ChannelBase. register(java.lang.String action, ChannelAction listener)
boolean
ChannelClient. register(java.lang.String action, ChannelAction listener)
Register an action to be called by ChannelProviderboolean
ChannelProvider. register(java.lang.String action, ChannelAction listener)
Register an action to be called by ChannelClient