Uses of Interface
com.tick42.glue.desktop.intents.IntentListenerRegistration
-
Packages that use IntentListenerRegistration Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentListenerRegistration in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return types with arguments of type IntentListenerRegistration Modifier and Type Method Description <T,R>
CompletionStage<IntentListenerRegistration>Intents. addIntentListener(IntentListenerRequest<T> request, IntentContextHandler<T,R> handler)default CompletionStage<IntentListenerRegistration>Intents. addIntentListener(String intent, IntentContextHandler<Map<String,Object>,Map<String,Object>> handler)
-