Uses of Interface
com.tick42.glue.desktop.intents.IntentHandler
-
Packages that use IntentHandler Package Description com.tick42.glue.desktop.intents Intents API. -
-
Uses of IntentHandler in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentHandler Modifier and Type Method Description IntentHandlerIntentResult. getHandler()Returns the intent implementation that handled the intent.Methods in com.tick42.glue.desktop.intents that return types with arguments of type IntentHandler Modifier and Type Method Description List<IntentHandler>Intent. getHandlers()Return theIntentHandlers that provide an implementation for the intent and can be used to raise an intent request.
-