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

E22562-05

oracle.apps.fnd.applcore.dt.flex.deploy
Class FlexEarDeployerListener

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.deploy.FlexEarDeployerListener
All Implemented Interfaces:
java.util.EventListener, DeployerListener

public class FlexEarDeployerListener
extends java.lang.Object
implements DeployerListener

A deployer listener for flexfield framework to update the ADF configuration file.


Constructor Summary
FlexEarDeployerListener()
           
 
Method Summary
 void cancelled(DeployEvent deployEvent)
           
 void deployed(DeployEvent deployEvent)
           
 void finished(DeployEvent deployEvent)
           
 void prepared(DeployEvent deployEvent)
           
 void willCancel(DeployEvent deployEvent)
           
 void willDeploy(DeployEvent deployEvent)
           
 void willFinish(DeployEvent deployEvent)
           
 void willPrepare(DeployEvent deployEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexEarDeployerListener

public FlexEarDeployerListener()
Method Detail

willPrepare

public void willPrepare(DeployEvent deployEvent)
Specified by:
willPrepare in interface DeployerListener

prepared

public void prepared(DeployEvent deployEvent)
              throws VetoableDeployException
Specified by:
prepared in interface DeployerListener
Throws:
VetoableDeployException

willDeploy

public void willDeploy(DeployEvent deployEvent)
Specified by:
willDeploy in interface DeployerListener

deployed

public void deployed(DeployEvent deployEvent)
Specified by:
deployed in interface DeployerListener

willFinish

public void willFinish(DeployEvent deployEvent)
Specified by:
willFinish in interface DeployerListener

finished

public void finished(DeployEvent deployEvent)
Specified by:
finished in interface DeployerListener

willCancel

public void willCancel(DeployEvent deployEvent)
Specified by:
willCancel in interface DeployerListener

cancelled

public void cancelled(DeployEvent deployEvent)
Specified by:
cancelled in interface DeployerListener

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.