Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.trees.event
Interface ValidatorListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AuditThread

public interface ValidatorListener
extends java.util.EventListener

An interface for objects to listen to the events occurred in a validator. The implementation must always have a default constructor.


Method Summary
 void validatorFinished(ValidatorEvent e)
          Invoked after the validator has finished building the model.
 void validatorInterrupted(ValidatorEvent e, java.lang.Throwable cause)
          Invoked after the validator has been interruped, mostly likely due to an error.
 void validatorStarting(ValidatorEvent e)
          Invoked when the validator is about start building the model.
 

Method Detail

validatorStarting

void validatorStarting(ValidatorEvent e)
Invoked when the validator is about start building the model.

Parameters:
e - the validator event.

validatorFinished

void validatorFinished(ValidatorEvent e)
Invoked after the validator has finished building the model.

Parameters:
e - the validator event

validatorInterrupted

void validatorInterrupted(ValidatorEvent e,
                          java.lang.Throwable cause)
Invoked after the validator has been interruped, mostly likely due to an error.

Parameters:
e - the validator event
cause - the reason why the modeler has been interrupted; null if the cause is unknown

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.