Uses of Interface
com.tick42.glue.desktop.channels.ChannelContext
Packages that use ChannelContext
Package
Description
The channels API for Glue.
-
Uses of ChannelContext in com.tick42.glue.desktop.channels
Methods in com.tick42.glue.desktop.channels that return ChannelContextModifier and TypeMethodDescriptiondefault ChannelContext<Map<String,Object>> 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 ChannelContextModifierConstructorDescriptionChannelContextChangedEvent(ChannelContext<?> source) ChannelContextUpdatedEvent(ChannelContext<?> source)