Uses of Class
org.projog.core.event.SpyPoints.SpyPointExitEvent
Packages that use SpyPoints.SpyPointExitEvent
Package
Description
Provides a mechanism for objects to notify and be notified of events.
-
Uses of SpyPoints.SpyPointExitEvent in org.projog.core.event
Methods in org.projog.core.event with parameters of type SpyPoints.SpyPointExitEventModifier and TypeMethodDescriptionvoidProjogListeners.notifyExit(SpyPoints.SpyPointExitEvent event) Notify all listeners when an attempt to evaluate a goal succeeds.voidLoggingProjogListener.onExit(SpyPoints.SpyPointExitEvent event) voidProjogListener.onExit(SpyPoints.SpyPointExitEvent event) The event generated when an attempt to evaluate a goal succeeds.