Interface SandboxAuthnNotifier
-
- All Known Subinterfaces:
SandboxAuthnRouter
public interface SandboxAuthnNotifier
Extended 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 interface
SandboxAuthnNotifier.AuthnResultListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addListener(SandboxAuthnNotifier.AuthnResultListener listener)
void
removeListener(SandboxAuthnNotifier.AuthnResultListener listener)
-
-
-
Method Detail
-
addListener
void addListener(SandboxAuthnNotifier.AuthnResultListener listener)
-
removeListener
void removeListener(SandboxAuthnNotifier.AuthnResultListener listener)
-
-