Package | Description |
---|---|
com.ugos.jiprolog.engine |
Modifier and Type | Class and Description |
---|---|
class |
JIPErrorEvent
JIPErrorEvent is used to notify an error or an exception occured during execution.
|
class |
JIPTraceEvent
JIPTraceEvent is used to notify a thar a Trace event occured.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPEventListener.closeNotified(JIPEvent e)
Notifies a Close event
|
void |
JIPEventListener.endNotified(JIPEvent e)
Notifies an End event
|
void |
JIPEventListener.moreNotified(JIPEvent e)
Notifies a More event
|
void |
JIPEventListener.openNotified(JIPEvent e)
Notifies an Open event
|
void |
JIPEventListener.solutionNotified(JIPEvent e)
Notifies a Solution event
|
void |
JIPEventListener.termNotified(JIPEvent e)
Notifies a Term event.
|