Interface WindowValidator
public interface WindowValidator
Interface for AD Window event
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptionvoidonWindowEvent(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
-