Uses of Class
com.tick42.glue.core.GlueEvent
| Package | Description |
|---|---|
| com.tick42.glue.core |
The core API for Glue.
|
| com.tick42.glue.core.contexts.event | |
| com.tick42.glue.core.interop.event | |
| com.tick42.glue.desktop.channels.event | |
| com.tick42.glue.desktop.windows.event | |
| com.tick42.glue.internal.windows |
-
Uses of GlueEvent in com.tick42.glue.core
Classes in com.tick42.glue.core with type parameters of type GlueEvent Modifier and Type Interface Description static interfaceGlueEvent.Listener<E extends GlueEvent<?>>Methods in com.tick42.glue.core with type parameters of type GlueEvent Modifier and Type Method Description <E extends GlueEvent<?>>
CompletionStage<GlueEvent.Subscription<E>>GlueEvent.Monitor. on(GlueEvent.Listener<? extends E> listener) -
Uses of GlueEvent in com.tick42.glue.core.contexts.event
Subclasses of GlueEvent in com.tick42.glue.core.contexts.event Modifier and Type Class Description classContextCreatedEventclassContextDeletedEventclassContextUpdatedEvent -
Uses of GlueEvent in com.tick42.glue.core.interop.event
Classes in com.tick42.glue.core.interop.event with type parameters of type GlueEvent Modifier and Type Interface Description static interfaceInteropEvent.Listener<E extends GlueEvent<?>>Subclasses of GlueEvent in com.tick42.glue.core.interop.event Modifier and Type Class Description classInteropEvent<T>classMethodAddedEvent<T>static classMethodEvent.Support<T>classMethodRemovedEvent<T>classServerAddedEventclassServerEventclassServerMethodAddedEventclassServerMethodEventclassServerMethodRemovedEventclassServerRemovedEventMethods in com.tick42.glue.core.interop.event with type parameters of type GlueEvent Modifier and Type Method Description static <E extends GlueEvent<?>>
InteropEvent.Listener<E>InteropEvent.Listener. wrap(Consumer<E> listener) -
Uses of GlueEvent in com.tick42.glue.desktop.channels.event
Subclasses of GlueEvent in com.tick42.glue.desktop.channels.event Modifier and Type Class Description classChannelContextChangedEventclassChannelContextUpdatedEvent -
Uses of GlueEvent in com.tick42.glue.desktop.windows.event
Subclasses of GlueEvent in com.tick42.glue.desktop.windows.event Modifier and Type Class Description classWindowChannelChangedEventclassWindowContextUpdatedEventWindow context update event.classWindowEventclassWindowFrameButtonClickedEventclassWindowHibernateEventclassWindowLayoutEventclassWindowResumedEvent -
Uses of GlueEvent in com.tick42.glue.internal.windows
Classes in com.tick42.glue.internal.windows with type parameters of type GlueEvent Modifier and Type Class Description classEventSupport<T,E extends GlueEvent<T>>