Interface SandboxAuthnNotifier
-
- All Known Subinterfaces:
SandboxAuthnRouter
public interface SandboxAuthnNotifierExtended bySandboxAuthnRouter- contains the code which is interested with results of sandbox authentication- Author:
- R. Krysinski
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSandboxAuthnNotifier.AuthnResultListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(SandboxAuthnNotifier.AuthnResultListener listener)voidremoveListener(SandboxAuthnNotifier.AuthnResultListener listener)
-
-
-
Method Detail
-
addListener
void addListener(SandboxAuthnNotifier.AuthnResultListener listener)
-
removeListener
void removeListener(SandboxAuthnNotifier.AuthnResultListener listener)
-
-