All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JIP.engine.JIPTraceListener

public interface JIPTraceListener

Method Index

 o boundNotified(JIPTraceEvent)
Receive a Bound Event
 o callNotified(JIPTraceEvent)
Receive a Call Event
 o foundNotified(JIPTraceEvent)
Receive a Found Event
 o redoNotified(JIPTraceEvent)
Receive a Redo Event

Methods

 o foundNotified
 public abstract void foundNotified(JIPTraceEvent e)
Receive a Found Event

Parameters:
e - Event occurred
See Also:
JIPTraceEvent
 o callNotified
 public abstract void callNotified(JIPTraceEvent e)
Receive a Call Event

Parameters:
e - Event occurred
See Also:
JIPTraceEvent
 o boundNotified
 public abstract void boundNotified(JIPTraceEvent e)
Receive a Bound Event

Parameters:
e - Event occurred
See Also:
JIPTraceEvent
 o redoNotified
 public abstract void redoNotified(JIPTraceEvent e)
Receive a Redo Event

Parameters:
e - Event occurred
See Also:
JIPTraceEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index