public interface SecurityCheckExecutorListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete()
Called when all submitted checks has been executed.
|
void |
onExecuted(SecurityCheckResult result)
Called after each check is executed
|
void onExecuted(SecurityCheckResult result)
result - the result of the checkvoid onComplete()