| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlackboardJobListener
Utility abstract class which dispatches to commodity onSomething() methods, one for each interesting
blackboard job state.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BlackboardJobListener> |
BlackboardNotificationHandler.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlackboardJobRegistry.registerJobListener(BlackboardJob job,
BlackboardJobListener listener)
Registers a new job listener.
|
void |
BlackboardNotificationHandler.registerJobListener(BlackboardJob job,
BlackboardJobListener listener)
Registers a new job listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlackboardNotificationHandler.setListeners(Map<String,BlackboardJobListener> listeners) |
Copyright © 2018. All rights reserved.