Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.dataset.ExceptionProcessorListener

Packages that use ExceptionProcessorListener
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
 

Uses of ExceptionProcessorListener in oracle.dacf.dataset
 

Methods in oracle.dacf.dataset that return ExceptionProcessorListener
protected static ExceptionProcessorListener[] ExceptionProcessor.getListeners()
          Returns the list of the listeners currently registered with the ExceptionProcessor.
 

Methods in oracle.dacf.dataset with parameters of type ExceptionProcessorListener
static void ExceptionProcessor.addExceptionProcessorListener(ExceptionProcessorListener epl)
          Registers a listener with the ExceptionProcessor; only registered listeners are eligible to be notified by the ErrorProcessor of error events.
static void ExceptionProcessor.removeExceptionProcessorListener(ExceptionProcessorListener epl)
          Unregisters an error listener; unregistered listeners are not notified of error events by the ErrorProcessor.
 


Oracle Data-aware Controls Reference