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

E13403-05

oracle.ide.compiler
Interface PostBuilder


public interface PostBuilder

The PostBuilder interface provides the API to define a method to be called once compile() is being completed in the background


Method Summary
 void postBuild(boolean compilationSuccessful)
          postBuild -- method called after the compile() step completes and pass success/failure information to the method
 

Method Detail

postBuild

void postBuild(boolean compilationSuccessful)
postBuild -- method called after the compile() step completes and pass success/failure information to the method


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

E13403-05

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