Package com.tick42.glue.desktop.intents
Class IntentListenerRequest<T>
java.lang.Object
com.tick42.glue.desktop.intents.IntentListenerRequest<T>
- Type Parameters:
T- type of handled context data
Describes a request to define a dynamic Intent.
The handler will have the same lifespan as your application instance.
- Since:
- 1.4.1
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()static <T> IntentListenerRequest.Builder<T>intent(String intent, ReifiedType<T> returnType)
-
Method Details
-
getIntent
-
getContextTypes
-
getDisplayName
-
getDescription
-
getIcon
-
intent
-