Uses of Interface
com.tick42.glue.desktop.intents.IntentListenerRegistration
Packages that use IntentListenerRegistration
-
Uses of IntentListenerRegistration in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return types with arguments of type IntentListenerRegistrationModifier and TypeMethodDescriptionIntents.addIntentListener(IntentListenerRequest<T> request, IntentContextHandler<T, R> handler) Intents.addIntentListener(String intent, IntentContextHandler<Map<String, Object>, Map<String, Object>> handler) Intents.register(IntentListenerRequest<T> request, IntentRequestHandler<T, R> handler) Registers a handler to be called when a raised intent needs to be handled by this application.Intents.register(String intent, IntentRequestHandler<Map<String, Object>, Map<String, Object>> handler) Registers a handler to be called when a raised intent needs to be handled by this application.