Package com.tick42.glue.desktop.intents
Interface IntentListenerRegistration
-
- All Superinterfaces:
AsynchronousCloseable,AutoCloseable
public interface IntentListenerRegistration extends AsynchronousCloseable
Reference to an Intent listener registration.May be used to unregister the intent listener.
- Since:
- 1.4.1
- See Also:
Intents.addIntentListener(IntentListenerRequest, IntentContextHandler)
-
-
Method Summary
-
Methods inherited from interface com.tick42.glue.core.AsynchronousCloseable
close, closeAsync, onClose
-
-