Package com.tick42.glue.desktop.channels
Interface ChannelContextSubscriber<T>
-
- Type Parameters:
T- type of the context data
- All Known Subinterfaces:
ChannelContextDataSubscriber<T>
public interface ChannelContextSubscriber<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonChanged(String channel)Invoked on channel change.default voidonUpdated(String channel, Map<String,String> meta, T data)Invoked on context update.
-
-
-
Method Detail
-
onChanged
default void onChanged(String channel)
Invoked on channel change.- Parameters:
channel- name of the new channel
-
-