|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CARS_ToolInstanceEvent
CARS_ToolInstanceEvent
| Field Summary | |
|---|---|
static int |
EVENTTYPE_GENERALEXCEPTION
|
static int |
EVENTTYPE_STATECHANGED
|
static int |
EVENTTYPE_STATUSMESSAGE
|
static int |
EVENTTYPE_TOOLINSTANCEEXCEPTION
|
static int |
EVENTTYPE_TOOLMESSAGE
|
static int |
EVENTTYPE_TOOLOUTPUTREPORT
|
static int |
EVENTTYPE_UNKNOWN
|
| Method Summary | |
|---|---|
boolean |
getEventBlocking()
Is this a blocking event? |
java.lang.Throwable |
getEventException()
Get the exception of the tool instance, when event type is EVENTTYPE_GENERALEXCEPTION |
java.util.logging.Level |
getEventLevel()
Get the event level, eq. |
java.lang.String |
getEventState()
Get the state of the instance at the time this event was created |
java.lang.String |
getEventStringValue()
Get event string value |
int |
getEventType()
Get the type of this event |
CARS_ToolInterface |
getToolInstance()
Get the tool instance which generated this event |
| Field Detail |
|---|
static final int EVENTTYPE_UNKNOWN
static final int EVENTTYPE_STATECHANGED
static final int EVENTTYPE_GENERALEXCEPTION
static final int EVENTTYPE_TOOLINSTANCEEXCEPTION
static final int EVENTTYPE_TOOLOUTPUTREPORT
static final int EVENTTYPE_TOOLMESSAGE
static final int EVENTTYPE_STATUSMESSAGE
| Method Detail |
|---|
CARS_ToolInterface getToolInstance()
java.lang.String getEventState()
java.lang.Throwable getEventException()
java.lang.String getEventStringValue()
int getEventType()
java.util.logging.Level getEventLevel()
boolean getEventBlocking()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||