Package | Description |
---|---|
org.projog.core.event |
Provides a mechanism for objects to notify and be notified of events.
|
Modifier and Type | Class and Description |
---|---|
class |
SpyPoints.SpyPointExitEvent |
Modifier and Type | Method and Description |
---|---|
void |
ProjogListeners.notifyCall(SpyPoints.SpyPointEvent event)
Notify all listeners of a first attempt to evaluate a goal.
|
void |
ProjogListeners.notifyFail(SpyPoints.SpyPointEvent event)
Notify all listeners when an attempt to evaluate a goal fails.
|
void |
ProjogListeners.notifyRedo(SpyPoints.SpyPointEvent event)
Notify all listeners of an attempt to re-evaluate a goal.
|
void |
ProjogListener.onCall(SpyPoints.SpyPointEvent event)
The event generated when an attempt is first made to evaluate a goal.
|
void |
LoggingProjogListener.onCall(SpyPoints.SpyPointEvent event) |
void |
ProjogListener.onFail(SpyPoints.SpyPointEvent event)
The event generated when all attempts to evaluate a goal have failed.
|
void |
LoggingProjogListener.onFail(SpyPoints.SpyPointEvent event) |
void |
ProjogListener.onRedo(SpyPoints.SpyPointEvent event)
The event generated when an attempt is made to re-evaluate a goal.
|
void |
LoggingProjogListener.onRedo(SpyPoints.SpyPointEvent event) |
Copyright © 2024. All rights reserved.