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 |
postBuild
public void postBuild(boolean compilationSuccessful)
- postBuild -- method called after the compile() step completes and pass success/failure information to the method
Copyright © 1997, 2004, Oracle. All rights reserved.