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. channelActionMapMethods in com.openfin.desktop.channel with parameters of type ChannelAction Modifier and Type Method Description protected booleanChannelBase. register(java.lang.String action, ChannelAction listener)booleanChannelClient. register(java.lang.String action, ChannelAction listener)Register an action to be called by ChannelProviderbooleanChannelProvider. register(java.lang.String action, ChannelAction listener)Register an action to be called by ChannelClient