Uses of Class
org.projog.core.event.SpyPoints.SpyPointEvent
Packages that use SpyPoints.SpyPointEvent
Package
Description
Provides a mechanism for objects to notify and be notified of events.
-
Uses of SpyPoints.SpyPointEvent in org.projog.core.event
Subclasses of SpyPoints.SpyPointEvent in org.projog.core.eventMethods in org.projog.core.event with parameters of type SpyPoints.SpyPointEventModifier and TypeMethodDescriptionvoidProjogListeners.notifyCall(SpyPoints.SpyPointEvent event) Notify all listeners of a first attempt to evaluate a goal.voidProjogListeners.notifyFail(SpyPoints.SpyPointEvent event) Notify all listeners when an attempt to evaluate a goal fails.voidProjogListeners.notifyRedo(SpyPoints.SpyPointEvent event) Notify all listeners of an attempt to re-evaluate a goal.voidLoggingProjogListener.onCall(SpyPoints.SpyPointEvent event) voidProjogListener.onCall(SpyPoints.SpyPointEvent event) The event generated when an attempt is first made to evaluate a goal.voidLoggingProjogListener.onFail(SpyPoints.SpyPointEvent event) voidProjogListener.onFail(SpyPoints.SpyPointEvent event) The event generated when all attempts to evaluate a goal have failed.voidLoggingProjogListener.onRedo(SpyPoints.SpyPointEvent event) voidProjogListener.onRedo(SpyPoints.SpyPointEvent event) The event generated when an attempt is made to re-evaluate a goal.