Package jadex.bdi.runtime.wrappers
Class InitEventPublisher
java.lang.Object
jadex.bdi.runtime.wrappers.InitEventPublisher
- All Implemented Interfaces:
IEventPublisher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.rules.eca.EventTypeThe add event name.protected jadex.rules.eca.EventTypeThe change event name.protected jadex.common.IResultCommand<jadex.future.IFuture<Void>,PropertyChangeEvent> The event adder.protected MElementThe melement.protected Objectprotected jadex.rules.eca.EventTypeThe remove event name. -
Constructor Summary
ConstructorsConstructorDescriptionInitEventPublisher(Object obj, jadex.rules.eca.EventType addevent, jadex.rules.eca.EventType remevent, jadex.rules.eca.EventType changeevent, MElement melem) -
Method Summary
Modifier and TypeMethodDescriptionvoidentryAdded(Object value, int index) An entry was added to the collection.voidentryAdded(Object key, Object value) An entry was added to the map.voidentryChanged(Object oldvalue, Object newvalue, int index) An entry was changed in the collection.voidentryChanged(Object key, Object oldvalue, Object newvalue) An entry was changed in the map.voidentryRemoved(Object value, int index) An entry was removed from the collection.voidentryRemoved(Object key, Object value) An entry was removed from the map.protected jadex.rules.eca.EventTypeGet the addevent.protected jadex.rules.eca.EventTypeGet the changeevent.protected jadex.rules.eca.EventTypeGet the remevent.jadex.rules.eca.RuleSystemGet the rule system.voidobserveValue(Object val) voidunobserveValue(Object val)
-
Field Details
-
obj
-
addevent
protected jadex.rules.eca.EventType addeventThe add event name. -
remevent
protected jadex.rules.eca.EventType remeventThe remove event name. -
changeevent
protected jadex.rules.eca.EventType changeeventThe change event name. -
melement
The melement. -
eventadder
The event adder.
-
-
Constructor Details
-
InitEventPublisher
-
-
Method Details
-
entryAdded
An entry was added to the collection.- Specified by:
entryAddedin interfaceIEventPublisher
-
entryRemoved
An entry was removed from the collection.- Specified by:
entryRemovedin interfaceIEventPublisher
-
entryChanged
An entry was changed in the collection.- Specified by:
entryChangedin interfaceIEventPublisher
-
entryAdded
An entry was added to the map.- Specified by:
entryAddedin interfaceIEventPublisher
-
entryRemoved
An entry was removed from the map.- Specified by:
entryRemovedin interfaceIEventPublisher
-
entryChanged
An entry was changed in the map.- Specified by:
entryChangedin interfaceIEventPublisher
-
observeValue
-
unobserveValue
-
getRuleSystem
public jadex.rules.eca.RuleSystem getRuleSystem()Get the rule system.- Returns:
- The rule system.
-
getAddEvent
protected jadex.rules.eca.EventType getAddEvent()Get the addevent.- Returns:
- The addevent
-
getRemEvent
protected jadex.rules.eca.EventType getRemEvent()Get the remevent.- Returns:
- The remevent
-
getChangeEvent
protected jadex.rules.eca.EventType getChangeEvent()Get the changeevent.- Returns:
- The changeevent
-