Uses of Interface
com.tick42.glue.core.GlueEvent.Subscription
Packages that use GlueEvent.Subscription
Package
Description
The core API for Glue.
The window management API for Glue.
Internal implementation details.
-
Uses of GlueEvent.Subscription in com.tick42.glue.core
Methods in com.tick42.glue.core that return types with arguments of type GlueEvent.SubscriptionModifier and TypeMethodDescription<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.SubscriptionModifier and TypeMethodDescriptionWindow.onBoundsChanged(WindowBoundsChangedEvent.Listener listener) Registers a callback to be notified when window bounds change.Window.onCollapsedChanged(WindowCollapsedChangedEvent.Listener listener) Registers a callback to be notified when window collapsed changes.Window.onFocusChanged(WindowFocusChangedEvent.Listener listener) Registers a callback to be notified when window focus changes.Window.onFrameButtonClicked(WindowFrameButtonClickedEvent.Listener listener) Registers a callback to be notified when some button from the window frame is clicked.Window.onHibernated(WindowHibernateEvent.Listener listener) Registers a callback to be notified when the current layout is about to be suspended/hibernated.Window.onResumed(WindowResumedEvent.Listener listener) Registers a callback to be notified when the current layout is about to be resumed.Window.onStateChanged(WindowStateChangedEvent.Listener listener) Registers a callback to be notified when window state changes.Window.onTitleChanged(WindowTitleChangedEvent.Listener listener) Registers a callback to be notified when window titles changes.Window.onVisibilityChanged(WindowVisibilityChangedEvent.Listener listener) Registers a callback to be notified when window visibility changes. -
Uses of GlueEvent.Subscription in com.tick42.glue.internal
Methods in com.tick42.glue.internal that return types with arguments of type GlueEvent.SubscriptionModifier and TypeMethodDescription<E extends GlueEvent<?>>
CompletionStage<GlueEvent.Subscription<E>>Tick42Glue.on(GlueEvent.Listener<? extends E> listener)