Uses of Class
org.projog.core.event.SpyPoints.SpyPointExitEvent
-
Packages that use SpyPoints.SpyPointExitEvent Package Description org.projog.core.event 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.SpyPointExitEvent Modifier and Type Method Description voidProjogListeners. 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.
-