|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
The build system interfaces that extension writers need to implement in order to listen for build events.
See:
Description
| Interface Summary | |
|---|---|
| BuildListener | Extension writers request notification of BuildSystem events 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 BuildSystem service 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 Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||