All Packages Class Hierarchy This Package Previous Next Index
Class JIP.engine.JIPTraceEvent
java.lang.Object
|
+----JIP.engine.JIPEvent
|
+----JIP.engine.JIPTraceEvent
- public class JIPTraceEvent
- extends JIPEvent
JIPTraceEvent is used to to manage tracing br>
The TraceListener receive a JIPTraceEvent object in one of its metod dependig on the type of event
- Version:
- 4.x.x
- Author:
- Ugo Chirico 2000
Home Page : http:\\www.geocities.com\jiprolog
- See Also:
- JIPTraceListener, foundNotified, callNotified, endNotified, boundNotified, redoNotified
-
ID_BOUND
-
The ID of a Bound Event
-
ID_CALL
-
The ID of a Call Event
-
ID_FOUND
-
The ID of a Found Event
-
ID_REDO
-
The ID of a Redo Event
-
abort()
-
Abort execution
-
getHeight()
-
Get the height in the prolog tree
-
skip()
-
Skip tracing for next step
-
step()
-
Execute next step
ID_CALL
public static final int ID_CALL
- The ID of a Call Event
ID_BOUND
public static final int ID_BOUND
- The ID of a Bound Event
ID_FOUND
public static final int ID_FOUND
- The ID of a Found Event
ID_REDO
public static final int ID_REDO
- The ID of a Redo Event
getHeight
public int getHeight()
- Get the height in the prolog tree
abort
public void abort()
- Abort execution
step
public void step()
- Execute next step
skip
public void skip()
- Skip tracing for next step
All Packages Class Hierarchy This Package Previous Next Index