public static class StatefulKnowledgeSessionImpl.AgendaEventListenerWrapper extends Object implements AgendaEventListener
Constructor and Description |
---|
StatefulKnowledgeSessionImpl.AgendaEventListenerWrapper(org.kie.api.event.rule.AgendaEventListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
activationCancelled(ActivationCancelledEvent event,
WorkingMemory workingMemory) |
void |
activationCreated(ActivationCreatedEvent event,
WorkingMemory workingMemory) |
void |
afterActivationFired(AfterActivationFiredEvent event,
WorkingMemory workingMemory) |
void |
afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event,
WorkingMemory workingMemory) |
void |
afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event,
WorkingMemory workingMemory) |
void |
agendaGroupPopped(AgendaGroupPoppedEvent event,
WorkingMemory workingMemory) |
void |
agendaGroupPushed(AgendaGroupPushedEvent event,
WorkingMemory workingMemory) |
void |
beforeActivationFired(BeforeActivationFiredEvent event,
WorkingMemory workingMemory) |
void |
beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event,
WorkingMemory workingMemory) |
void |
beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event,
WorkingMemory workingMemory) |
boolean |
equals(Object obj)
Since this is a class adapter for API compatibility, the
equals() and hashCode() methods simply delegate the calls
to the wrapped instance.
|
int |
hashCode()
Since this is a class adapter for API compatibility, the
equals() and hashCode() methods simply delegate the calls
to the wrapped instance.
|
org.kie.api.event.rule.AgendaEventListener |
unWrap() |
public StatefulKnowledgeSessionImpl.AgendaEventListenerWrapper(org.kie.api.event.rule.AgendaEventListener listener)
public void activationCancelled(ActivationCancelledEvent event, WorkingMemory workingMemory)
activationCancelled
in interface AgendaEventListener
public void activationCreated(ActivationCreatedEvent event, WorkingMemory workingMemory)
activationCreated
in interface AgendaEventListener
public void beforeActivationFired(BeforeActivationFiredEvent event, WorkingMemory workingMemory)
beforeActivationFired
in interface AgendaEventListener
public void afterActivationFired(AfterActivationFiredEvent event, WorkingMemory workingMemory)
afterActivationFired
in interface AgendaEventListener
public void agendaGroupPopped(AgendaGroupPoppedEvent event, WorkingMemory workingMemory)
agendaGroupPopped
in interface AgendaEventListener
public void agendaGroupPushed(AgendaGroupPushedEvent event, WorkingMemory workingMemory)
agendaGroupPushed
in interface AgendaEventListener
public void afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event, WorkingMemory workingMemory)
afterRuleFlowGroupActivated
in interface AgendaEventListener
public void afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event, WorkingMemory workingMemory)
afterRuleFlowGroupDeactivated
in interface AgendaEventListener
public void beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent event, WorkingMemory workingMemory)
beforeRuleFlowGroupActivated
in interface AgendaEventListener
public void beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event, WorkingMemory workingMemory)
beforeRuleFlowGroupDeactivated
in interface AgendaEventListener
public org.kie.api.event.rule.AgendaEventListener unWrap()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.