Uses of Interface
com.tick42.glue.core.AsynchronousCloseable
Packages that use AsynchronousCloseable
Package
Description
The core API for Glue.
Interop API .
The application management API for Glue Desktop.
The channels API for Glue.
Intents API.
The window management API for Glue.
Internal implementation details.
The spreadsheet API for Glue Office.
-
Uses of AsynchronousCloseable in com.tick42.glue
Subinterfaces of AsynchronousCloseable in com.tick42.glue -
Uses of AsynchronousCloseable in com.tick42.glue.core
Subinterfaces of AsynchronousCloseable in com.tick42.glue.coreModifier and TypeInterfaceDescriptioninterfaceGlue application.static interfaceMethods in com.tick42.glue.core that return AsynchronousCloseableModifier and TypeMethodDescriptiondefault AsynchronousCloseableSchedules a specified task for execution as soon as possible.Schedules a specified task for execution after specified delay.default AsynchronousCloseableSchedules a specified task for execution after specified delay. -
Uses of AsynchronousCloseable in com.tick42.glue.core.contexts
Subinterfaces of AsynchronousCloseable in com.tick42.glue.core.contextsMethods in com.tick42.glue.core.contexts that return types with arguments of type AsynchronousCloseableModifier and TypeMethodDescriptionCompletionStage<? extends AsynchronousCloseable>Context.data(ContextDataSubscriber<T> subscriber) Subscribe a specified callback for data updates. -
Uses of AsynchronousCloseable in com.tick42.glue.core.interop
Subinterfaces of AsynchronousCloseable in com.tick42.glue.core.interopMethods in com.tick42.glue.core.interop that return types with arguments of type AsynchronousCloseableModifier and TypeMethodDescriptionInterop.methods(Interop.ServerMethodSubscriber subscriber) Interop.servers(Interop.InstanceSubscriber subscriber) -
Uses of AsynchronousCloseable in com.tick42.glue.core.interop.discovery
Subinterfaces of AsynchronousCloseable in com.tick42.glue.core.interop.discoveryClasses in com.tick42.glue.core.interop.discovery that implement AsynchronousCloseable -
Uses of AsynchronousCloseable in com.tick42.glue.core.interop.stream.publish
Subinterfaces of AsynchronousCloseable in com.tick42.glue.core.interop.stream.publishModifier and TypeInterfaceDescriptioninterfaceAccepted stream consumer.interfaceStream data producer. -
Uses of AsynchronousCloseable in com.tick42.glue.core.interop.stream.receive
Subinterfaces of AsynchronousCloseable in com.tick42.glue.core.interop.stream.receiveMethods in com.tick42.glue.core.interop.stream.receive that return AsynchronousCloseable -
Uses of AsynchronousCloseable in com.tick42.glue.desktop.applications
Subinterfaces of AsynchronousCloseable in com.tick42.glue.desktop.applicationsModifier and TypeInterfaceDescriptioninterfaceRepresents possibly running application instance.Methods in com.tick42.glue.desktop.applications that return types with arguments of type AsynchronousCloseableModifier and TypeMethodDescriptionApplicationManager.registerInstanceHandler(String applicationName, ApplicationInstanceHandler handler) Registers a handler function to be executed when child application instance is started. -
Uses of AsynchronousCloseable in com.tick42.glue.desktop.channels
Methods in com.tick42.glue.desktop.channels that return types with arguments of type AsynchronousCloseableModifier and TypeMethodDescriptionChannelContext.subscribe(ChannelContextSubscriber<T> subscriber) Subscribes the specifiedsubscriberfor channel context updates. -
Uses of AsynchronousCloseable in com.tick42.glue.desktop.intents
Subinterfaces of AsynchronousCloseable in com.tick42.glue.desktop.intentsModifier and TypeInterfaceDescriptioninterfaceReference to an Intent listener registration. -
Uses of AsynchronousCloseable in com.tick42.glue.desktop.layouts
Methods in com.tick42.glue.desktop.layouts that return types with arguments of type AsynchronousCloseableModifier and TypeMethodDescriptionLayouts.addSaveListener(LayoutSaveHandler<T> handler) Registers a handler to provide additional context to be saved with the layout state.Layouts.addSaveListener(String instanceId, LayoutSaveHandler<T> handler) Registers a handler to provide additional context to be saved with the layout state of a specific instance. -
Uses of AsynchronousCloseable in com.tick42.glue.desktop.windows
Subinterfaces of AsynchronousCloseable in com.tick42.glue.desktop.windowsMethods in com.tick42.glue.desktop.windows that return AsynchronousCloseableModifier and TypeMethodDescriptionWindow.onContextUpdated(WindowContextUpdatedEvent.Listener listener) Registers a callback to be notified upon context update. -
Uses of AsynchronousCloseable in com.tick42.glue.internal
Classes in com.tick42.glue.internal that implement AsynchronousCloseable -
Uses of AsynchronousCloseable in com.tick42.glue.office.spreadsheets
Subinterfaces of AsynchronousCloseable in com.tick42.glue.office.spreadsheetsMethods in com.tick42.glue.office.spreadsheets that return AsynchronousCloseableModifier and TypeMethodDescriptionSheet.onChange(SheetChangeHandler<T> handler) Registers a change handler to be invoked when the sheet is changed in Excel.Methods in com.tick42.glue.office.spreadsheets that return types with arguments of type AsynchronousCloseableModifier and TypeMethodDescriptionSpreadsheets.status(Spreadsheets.StatusSubscriber subscriber) Registers a status subscribers.