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

E13403-07

oracle.jdeveloper.deploy.cmd
Interface DeployCommand.Callback

Enclosing class:
DeployCommand

public static interface DeployCommand.Callback

An object that can inspect the DeployShell at various stages.


Method Summary
 void exception(java.lang.Exception e, DeployShell shell)
           
 void finished(DeployShell shell)
           
 void start(DeployShell shell)
           
 

Method Detail

start

void start(DeployShell shell)

finished

void finished(DeployShell shell)

exception

void exception(java.lang.Exception e,
               DeployShell shell)

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.