|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.deploy.DefaultDeployerListener
public class DefaultDeployerListener
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 |
|---|
public DefaultDeployerListener()
| Method Detail |
|---|
public void willPrepare(DeployEvent event)
throws VetoableDeployException
willPrepare in interface DeployerListenerVetoableDeployException
public void prepared(DeployEvent event)
throws VetoableDeployException
prepared in interface DeployerListenerVetoableDeployException
public void willDeploy(DeployEvent event)
throws VetoableDeployException
willDeploy in interface DeployerListenerVetoableDeployExceptionpublic void deployed(DeployEvent event)
deployed in interface DeployerListenerpublic void willFinish(DeployEvent event)
willFinish in interface DeployerListenerpublic void finished(DeployEvent event)
finished in interface DeployerListenerpublic void willCancel(DeployEvent event)
DeployerListener
willCancel in interface DeployerListenerpublic void cancelled(DeployEvent event)
cancelled in interface DeployerListener
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||