All Packages Class Hierarchy This Package Previous Next Index
Interface JIP.engine.JIPEventListener
- public interface JIPEventListener
-
closeNotified(JIPEvent)
- Receive a Close Event (notify/2)
-
endNotified(JIPEvent)
- Receive an End Event (notify/2)
-
moreNotified(JIPEvent)
- Receive a More Event (notify/2)
-
openNotified(JIPEvent)
- Receive an Open Event (notify/2)
-
solutionNotified(JIPEvent)
- Receive a Solution Event
-
termNotified(JIPEvent)
- Receive a Term notify Event (notify/2)
solutionNotified
public abstract void solutionNotified(JIPEvent e)
- Receive a Solution Event
- Parameters:
- e - Event occurred
- See Also:
- JIPEvent
termNotified
public abstract void termNotified(JIPEvent e)
- Receive a Term notify Event (notify/2)
- Parameters:
- e - Event occurred
- See Also:
- JIPEvent
openNotified
public abstract void openNotified(JIPEvent e)
- Receive an Open Event (notify/2)
- Parameters:
- e - Event occurred
- See Also:
- JIPEvent
moreNotified
public abstract void moreNotified(JIPEvent e)
- Receive a More Event (notify/2)
- Parameters:
- e - Event occurred
- See Also:
- JIPEvent
endNotified
public abstract void endNotified(JIPEvent e)
- Receive an End Event (notify/2)
- Parameters:
- e - Event occurred
- See Also:
- JIPEvent
closeNotified
public abstract void closeNotified(JIPEvent e)
- Receive a Close Event (notify/2)
- Parameters:
- e - Event occurred
- See Also:
- JIPEvent
All Packages Class Hierarchy This Package Previous Next Index