Uses of Interface
com.tick42.glue.core.GlueEvent.Subscription
| Package | Description |
|---|---|
| com.tick42.glue.core |
The core API for Glue.
|
| com.tick42.glue.desktop.windows |
The window management API for Glue.
|
| com.tick42.glue.internal.windows |
-
Uses of GlueEvent.Subscription in com.tick42.glue.core
Methods in com.tick42.glue.core that return types with arguments of type GlueEvent.Subscription Modifier and Type Method Description <E extends GlueEvent<?>>
CompletionStage<GlueEvent.Subscription<E>>GlueEvent.Monitor. on(GlueEvent.Listener<? extends E> listener) -
Uses of GlueEvent.Subscription in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return GlueEvent.Subscription Modifier and Type Method Description GlueEvent.Subscription<WindowFrameButtonClickedEvent>Window. onFrameButtonClicked(WindowFrameButtonClickedEvent.Listener listener)Registers a callback to be notified when some button from the window frame is clicked.GlueEvent.Subscription<WindowHibernateEvent>Window. onHibernated(WindowHibernateEvent.Listener listener)Registers a callback to be notified when the current layout is about to be suspended/hibernated.GlueEvent.Subscription<WindowResumedEvent>Window. onResumed(WindowResumedEvent.Listener listener)Registers a callback to be notified when the current layout is about to be resumed. -
Uses of GlueEvent.Subscription in com.tick42.glue.internal.windows
Methods in com.tick42.glue.internal.windows that return GlueEvent.Subscription Modifier and Type Method Description GlueEvent.Subscription<E>EventSupport. on(GlueEvent.Listener<? super E> listener)GlueEvent.Subscription<WindowChannelChangedEvent>WindowChannelEventSupport. onChannelChanged(WindowChannelChangedEvent.Listener listener)GlueEvent.Subscription<WindowFrameButtonClickedEvent>InteropWindow. onFrameButtonClicked(WindowFrameButtonClickedEvent.Listener listener)GlueEvent.Subscription<WindowHibernateEvent>InteropWindow. onHibernated(WindowHibernateEvent.Listener listener)GlueEvent.Subscription<WindowResumedEvent>InteropWindow. onResumed(WindowResumedEvent.Listener listener)