Package com.tick42.glue.desktop.channels
Interface Channels
public interface Channels
Channels.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChannelContext<Map<String,Object>> Creates a channel context for specified window.<T> ChannelContext<T>create(Window window, ReifiedType<T> contextType) names()Returns a collection with currently known channel names.
-
Method Details
-
names
Collection<String> names()Returns a collection with currently known channel names.- Returns:
- names of all known channels
-
create
Creates a channel context for specified window.It is also possible to create channel context without window by passing
null.- Parameters:
window- window for which to create channel context, ornull- Returns:
- channel context, never
null
-
create
-