Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.runtime.event
Class BCModelerAdapter

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.event.BCModelerAdapter
All Implemented Interfaces:
java.util.EventListener, BCModelerListener, ModelerListener
Direct Known Subclasses:
ServiceEnabler

public class BCModelerAdapter
extends java.lang.Object
implements BCModelerListener

The adapter which receives flexfield business component modeler events. The subclasses must always have a default constructor.

The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this calss and overriding only the methods of interest.


Constructor Summary
BCModelerAdapter()
           
 
Method Summary
 void listenerExceptionThrown(java.lang.RuntimeException ex)
          Invoked when the listener throws a runtime exception while any of the listener methods (except this one) is invoked by the source.
 void modelerActionPerformed(ModelerEvent e)
          Invoked after a modeler action has been performed.
 void modelerFinished(ModelerEvent e)
          Invoked after the modeler has finished building the model.
 void modelerInterrupted(ModelerEvent e, java.lang.Throwable cause)
          Invoked after the modeler has been interruped, mostly likely due to an error.
 void modelerStarting(ModelerEvent e)
          Invoked when the modeler is about start building the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCModelerAdapter

public BCModelerAdapter()
Method Detail

modelerStarting

public void modelerStarting(ModelerEvent e)
Description copied from interface: ModelerListener
Invoked when the modeler is about start building the model.

Specified by:
modelerStarting in interface ModelerListener
Parameters:
e - the modeler event.

modelerInterrupted

public void modelerInterrupted(ModelerEvent e,
                               java.lang.Throwable cause)
Description copied from interface: ModelerListener
Invoked after the modeler has been interruped, mostly likely due to an error.

Specified by:
modelerInterrupted in interface ModelerListener
Parameters:
e - the modeler event
cause - the reason why the modeler has been interrupted; null if the cause is unknown

modelerFinished

public void modelerFinished(ModelerEvent e)
Description copied from interface: ModelerListener
Invoked after the modeler has finished building the model.

Specified by:
modelerFinished in interface ModelerListener
Parameters:
e - the modeler event

modelerActionPerformed

public void modelerActionPerformed(ModelerEvent e)
Description copied from interface: ModelerListener
Invoked after a modeler action has been performed.

Specified by:
modelerActionPerformed in interface ModelerListener
Parameters:
e - the modeler event

listenerExceptionThrown

public void listenerExceptionThrown(java.lang.RuntimeException ex)
Description copied from interface: ModelerListener
Invoked when the listener throws a runtime exception while any of the listener methods (except this one) is invoked by the source.

Specified by:
listenerExceptionThrown in interface ModelerListener
Parameters:
ex - the runtime exception

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.