Uses of Interface
com.tick42.glue.desktop.channels.ChannelContext
| Package | Description |
|---|---|
| com.tick42.glue.desktop.channels |
The channels API for Glue.
|
| com.tick42.glue.desktop.channels.event | |
| com.tick42.glue.internal.channels |
-
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) -
Uses of ChannelContext in com.tick42.glue.internal.channels
Methods in com.tick42.glue.internal.channels that return ChannelContext Modifier and Type Method Description <T> ChannelContext<T>ChannelContexts. create(Window window, ReifiedType<T> type)