| Fields inherited from java.utilEventObject |
|---|
| Constructor Summary |
|---|
|
Construct a BuildEvent for a project level event. |
|
Construct a BuildEvent for a target level event. |
|
Construct a BuildEvent for a task level event. |
| Method Summary | |
|---|---|
| Throwable |
Returns the exception that was thrown, if any. |
| String |
Returns the logging message. |
| int |
Returns the priority of the logging message. |
| Project |
Returns the project that fired this event. |
| Target |
Returns the target that fired this event. |
| Task |
Returns the task that fired this event. |
| void |
Sets the exception associated with this event. |
| void |
Sets the message and priority associated with this event. |
| Methods inherited from java.utilEventObject |
|---|
| Methods inherited from java.langObject |
|---|
public
int
getPriority
(
)