|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbluej.extensions.event.CompileEvent
This class encapsulates compiler events. It allows an extension writer to know when a compilation starts and finishes, whether it succeeds or fails, and what warnings or errors are generated.
| Field Summary | |
static int |
COMPILE_DONE_EVENT
Event generated when a compilation finishes successfully. |
static int |
COMPILE_ERROR_EVENT
Event generated when a compilation error occurs. |
static int |
COMPILE_FAILED_EVENT
Event generated when a compilation finishes unsuccessfully. |
static int |
COMPILE_START_EVENT
Event generated when compilation begins. |
static int |
COMPILE_WARNING_EVENT
Event generated when a compilation warning occurs. |
| Constructor Summary | |
CompileEvent(int anEventId,
java.io.File[] aFileNames)
Constructor for a CompileEvent. |
|
| Method Summary | |
int |
|