Uses of Interface
com.tick42.glue.desktop.intents.IntentContextHandler
-
Packages that use IntentContextHandler Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentContextHandler in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents with parameters of type IntentContextHandler 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)
-