Package com.openfin.desktop.interop
Interface IntentListener
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IntentListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonIntent(Intent intent)
-
-
-
Method Detail
-
onIntent
void onIntent(Intent intent)
-
-