Interface WindowValidator
public interface WindowValidator
Interface for AD Window event
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onWindowEvent
(WindowValidatorEvent event, Callback<Boolean> callback) HandleWindowValidatorEvent
.
-
Method Details
-
onWindowEvent
HandleWindowValidatorEvent
. Call callback with the result of the event (success or error).- Parameters:
event
-callback
- optional callback
-