Package com.tick42.glue.core
Interface GlueEvent.Listener<E extends GlueEvent<?>>
- All Superinterfaces:
Consumer<E>,EventListener
- All Known Subinterfaces:
ChannelContextChangedEvent.Listener,ChannelContextUpdatedEvent.Listener,ContextCreatedEvent.Listener,ContextDeletedEvent.Listener,com.tick42.glue.core.contexts.event.ContextEvent.Listener<E>,ContextUpdatedEvent.Listener,InteropEvent.Listener<E>,MethodAddedEvent.Listener<T>,MethodEvent.Listener<E,,T> MethodRemovedEvent.Listener<T>,ServerMethodEvent.Listener<E>,SharedContextsEvent.Listener<E>,WindowChannelChangedEvent.Listener,WindowContextUpdatedEvent.Listener,WindowEvent.Listener<E>,WindowFrameButtonClickedEvent.Listener,WindowHibernateEvent.Listener,WindowResumedEvent.Listener
- 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 static interface GlueEvent.Listener<E extends GlueEvent<?>>
extends EventListener, Consumer<E>
-
Method Summary