Class LoggingProjogListener
java.lang.Object
org.projog.core.event.LoggingProjogListener
- All Implemented Interfaces:
ProjogListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCall(SpyPoints.SpyPointEvent event) The event generated when an attempt is first made to evaluate a goal.voidThe event generated when an attempt to evaluate a goal succeeds.voidonFail(SpyPoints.SpyPointEvent event) The event generated when all attempts to evaluate a goal have failed.voidThe event generated to inform clients of an event.voidonRedo(SpyPoints.SpyPointEvent event) The event generated when an attempt is made to re-evaluate a goal.voidThe event generated to warn clients of an event.
-
Constructor Details
-
LoggingProjogListener
-
-
Method Details
-
onCall
Description copied from interface:ProjogListenerThe event generated when an attempt is first made to evaluate a goal.- Specified by:
onCallin interfaceProjogListener
-
onRedo
Description copied from interface:ProjogListenerThe event generated when an attempt is made to re-evaluate a goal.- Specified by:
onRedoin interfaceProjogListener
-
onExit
Description copied from interface:ProjogListenerThe event generated when an attempt to evaluate a goal succeeds.- Specified by:
onExitin interfaceProjogListener
-
onFail
Description copied from interface:ProjogListenerThe event generated when all attempts to evaluate a goal have failed.- Specified by:
onFailin interfaceProjogListener
-
onWarn
Description copied from interface:ProjogListenerThe event generated to warn clients of an event.- Specified by:
onWarnin interfaceProjogListener
-
onInfo
Description copied from interface:ProjogListenerThe event generated to inform clients of an event.- Specified by:
onInfoin interfaceProjogListener
-