All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JIP.engine.JIPEventListener

public interface JIPEventListener

Method Index

 o closeNotified(JIPEvent)
Receive a Close Event (notify/2)
 o endNotified(JIPEvent)
Receive an End Event (notify/2)
 o moreNotified(JIPEvent)
Receive a More Event (notify/2)
 o openNotified(JIPEvent)
Receive an Open Event (notify/2)
 o solutionNotified(JIPEvent)
Receive a Solution Event
 o termNotified(JIPEvent)
Receive a Term notify Event (notify/2)

Methods

 o solutionNotified
 public abstract void solutionNotified(JIPEvent e)
Receive a Solution Event

Parameters:
e - Event occurred
See Also:
JIPEvent
 o termNotified
 public abstract void termNotified(JIPEvent e)
Receive a Term notify Event (notify/2)

Parameters:
e - Event occurred
See Also:
JIPEvent
 o openNotified
 public abstract void openNotified(JIPEvent e)
Receive an Open Event (notify/2)

Parameters:
e - Event occurred
See Also:
JIPEvent
 o moreNotified
 public abstract void moreNotified(JIPEvent e)
Receive a More Event (notify/2)

Parameters:
e - Event occurred
See Also:
JIPEvent
 o endNotified
 public abstract void endNotified(JIPEvent e)
Receive an End Event (notify/2)

Parameters:
e - Event occurred
See Also:
JIPEvent
 o 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