| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| BuildListener | Extension writers request notification of BuildSystemevents by 
 implementing this interface and registering their build listener with the 
 extension deployment descriptor. | 
| Class Summary | |
|---|---|
| BuildEvent | Event object passed to the BuildListeners. | 
| BuildSystem | The BuildSystemservice allows extension writers to 
 initiate a build and query information from the build system. | 
| Exception Summary | |
|---|---|
| AbortBuildException | Exception thrown by BuildListeners to stop the build process. | 
The build system interfaces that extension writers need to implement in order to listen for build events.
  In general, extension writers implement the BuildListener
  interface when requesting to be notified of build system events.
  IDE service providers must provide a concrete implementation of the 
  BuildSystem interface.  The Extension Development Kit 
  (EDK) provides an abstract implementation that IDE services providers should 
  extend: BuildSystem.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||