Package com.tick42.glue.desktop.channels
Interface ChannelContextDataSubscriber<T>
- All Superinterfaces:
ChannelContextSubscriber<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ChannelContextDataSubscriber<T>
extends ChannelContextSubscriber<T>
-
Method Summary
Methods inherited from interface com.tick42.glue.desktop.channels.ChannelContextSubscriber
onChanged
-
Method Details
-
onUpdated
Description copied from interface:ChannelContextSubscriberInvoked on context update.- Specified by:
onUpdatedin interfaceChannelContextSubscriber<T>- Parameters:
channel- name of the current channelmeta- meta of the current channel contextdata- data of the current channel context
-
onUpdated
-