Package com.tick42.glue.desktop.intents
Interface IntentRequestHandler<T,R>
- Type Parameters:
T- type of the request dataR- type of the returned data
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback that will handle raised intent.
Compared to IntentContextHandler this callback accepts the caller instance in addition to provided context.
- Since:
- 1.7.0
- See Also:
-
Method Summary
-
Method Details
-
handle
- Parameters:
context- context if provided by the raising application callercaller- the interop instance which raised the intent- Returns:
- data
-