Uses of Interface
com.tick42.glue.desktop.channels.ChannelContext
-
Packages that use ChannelContext Package Description com.tick42.glue.desktop.channels The channels API for Glue.com.tick42.glue.desktop.channels.event -
-
Uses of ChannelContext in com.tick42.glue.desktop.channels
Methods in com.tick42.glue.desktop.channels that return ChannelContext Modifier and Type Method Description default ChannelContext<Map<String,Object>>Channels. create(Window window)Creates a channel context for specified window.<T> ChannelContext<T>Channels. create(Window window, ReifiedType<T> contextType) -
Uses of ChannelContext in com.tick42.glue.desktop.channels.event
Constructors in com.tick42.glue.desktop.channels.event with parameters of type ChannelContext Constructor Description ChannelContextChangedEvent(ChannelContext<?> source)ChannelContextUpdatedEvent(ChannelContext<?> source)
-