Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.deploy
Class DefaultDeployerListener

java.lang.Object
  extended by oracle.jdeveloper.deploy.DefaultDeployerListener
All Implemented Interfaces:
java.util.EventListener, DeployerListener

public class DefaultDeployerListener
extends java.lang.Object
implements DeployerListener

A Default implementation of DeployerListener for sub-classing. All methods are NO-OPs.


Constructor Summary
DefaultDeployerListener()
           
 
Method Summary
 void cancelled(DeployEvent event)
           
 void deployed(DeployEvent event)
           
 void finished(DeployEvent event)
           
 void prepared(DeployEvent event)
           
 void willCancel(DeployEvent event)
          Called when an error is encountered during deployment.
 void willDeploy(DeployEvent event)
           
 void willFinish(DeployEvent event)
           
 void willPrepare(DeployEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDeployerListener

public DefaultDeployerListener()
Method Detail

willPrepare

public void willPrepare(DeployEvent event)
                 throws VetoableDeployException
Specified by:
willPrepare in interface DeployerListener
Throws:
VetoableDeployException

prepared

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

willDeploy

public void willDeploy(DeployEvent event)
                throws VetoableDeployException
Specified by:
willDeploy in interface DeployerListener
Throws:
VetoableDeployException

deployed

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

willFinish

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

finished

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

willCancel

public void willCancel(DeployEvent event)
Description copied from interface: DeployerListener
Called when an error is encountered during deployment. This can happen if one of the Deployer(s) throws a DeployException, or one of the listeners throws a VetoableDeployException.

Specified by:
willCancel in interface DeployerListener

cancelled

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.