public static class StatefulKnowledgeSessionImpl.RuleRuntimeEventListenerWrapper extends Object implements WorkingMemoryEventListener
Constructor and Description |
---|
StatefulKnowledgeSessionImpl.RuleRuntimeEventListenerWrapper(org.kie.api.event.rule.RuleRuntimeEventListener listener) |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
objectInserted(ObjectInsertedEvent event) |
void |
objectRetracted(ObjectRetractedEvent event) |
void |
objectUpdated(ObjectUpdatedEvent event) |
org.kie.api.event.rule.RuleRuntimeEventListener |
unWrap() |
public StatefulKnowledgeSessionImpl.RuleRuntimeEventListenerWrapper(org.kie.api.event.rule.RuleRuntimeEventListener listener)
public void objectInserted(ObjectInsertedEvent event)
objectInserted
in interface WorkingMemoryEventListener
public void objectRetracted(ObjectRetractedEvent event)
objectRetracted
in interface WorkingMemoryEventListener
public void objectUpdated(ObjectUpdatedEvent event)
objectUpdated
in interface WorkingMemoryEventListener
public org.kie.api.event.rule.RuleRuntimeEventListener unWrap()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.