Package | Description |
---|---|
org.drools.event.rule |
Events emitted while Rules are executing.
|
org.drools.impl.adapters |
Modifier and Type | Class and Description |
---|---|
class |
DebugAgendaEventListener |
class |
DefaultAgendaEventListener |
Modifier and Type | Method and Description |
---|---|
Collection<AgendaEventListener> |
WorkingMemoryEventManager.getAgendaEventListeners()
Returns all event listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkingMemoryEventManager.addEventListener(AgendaEventListener listener)
Add an event listener.
|
void |
WorkingMemoryEventManager.removeEventListener(AgendaEventListener listener)
Remove an event listener.
|
Modifier and Type | Method and Description |
---|---|
Collection<AgendaEventListener> |
StatelessKnowledgeSessionAdapter.getAgendaEventListeners() |
Collection<AgendaEventListener> |
KnowledgeRuntimeAdapter.getAgendaEventListeners() |
Modifier and Type | Method and Description |
---|---|
void |
StatelessKnowledgeSessionAdapter.addEventListener(AgendaEventListener listener) |
void |
KnowledgeRuntimeAdapter.addEventListener(AgendaEventListener listener) |
void |
StatelessKnowledgeSessionAdapter.removeEventListener(AgendaEventListener listener) |
void |
KnowledgeRuntimeAdapter.removeEventListener(AgendaEventListener listener) |
Constructor and Description |
---|
AgendaEventListenerAdapter(AgendaEventListener delegate) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.