Uses of Interface
com.openfin.desktop.interop.IntentListener
-
Packages that use IntentListener Package Description com.openfin.desktop.interop -
-
Uses of IntentListener in com.openfin.desktop.interop
Methods in com.openfin.desktop.interop with parameters of type IntentListener Modifier and Type Method Description java.util.concurrent.CompletionStage<java.lang.Void>InteropClient. registerIntentListener(java.lang.String intentName, IntentListener intentListener)Register an intent listener for incoming intent.java.util.concurrent.CompletionStage<java.lang.Void>InteropClientImpl. registerIntentListener(java.lang.String intentName, IntentListener intentListener)
-