Uses of Class
com.tick42.glue.desktop.intents.IntentListenerRequest
-
Packages that use IntentListenerRequest Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentListenerRequest in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentListenerRequest Modifier and Type Method Description IntentListenerRequest<T>IntentListenerRequest.Builder. build()Methods in com.tick42.glue.desktop.intents with parameters of type IntentListenerRequest Modifier and Type Method Description <T,R>
CompletionStage<IntentListenerRegistration>Intents. addIntentListener(IntentListenerRequest<T> request, IntentContextHandler<T,R> handler)
-