| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.ide.build.BuildEvent
javax.ide.build.BuildEvent
public final class BuildEvent
Event object passed to the BuildListeners.
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| BuildEvent(BuildSystem buildSystem, Context context)Constructor. | |
| BuildEvent(BuildSystem buildSystem, Context context, boolean success)Constructor. | |
| Method Summary | |
|---|---|
|  BuildSystem | getBuildSystem()Get the BuildSystemwhere the event happened. | 
|  Context | getContext()Get the context currently used to build. | 
|  boolean | isBuildSuccessful()Flag indicating if the build was successful. | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public BuildEvent(BuildSystem buildSystem,
                  Context context)
buildSystem - the build system where the event happened. Must not be null.context - the context to build. Must not be null.
public BuildEvent(BuildSystem buildSystem,
                  Context context,
                  boolean success)
buildSystem - the build system where the event happened. Must not be null.context - the context to build. Must not be null.success - true if the build is succeding. false if it failed or was aborted.| Method Detail | 
|---|
public BuildSystem getBuildSystem()
BuildSystem where the event happened. This is functionally equivalent to casting the result of getSource() to a BuildSystem object.BuildSystem that generated the event. Must not be null.public Context getContext()
public boolean isBuildSuccessful()
true if build is successful. false if the build failed or was aborted.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||