Extension SDK 10.1.2

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

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


Extension SDK

 

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