Package | Description |
---|---|
jadex.bdi.runtime | |
jadex.bdi.runtime.interpreter | |
jadex.bdibpmn | |
jadex.bridge |
This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
|
jadex.micro |
Modifier and Type | Method and Description |
---|---|
IFuture |
ICapability.addComponentListener(IComponentListener listener)
Add an agent listener
|
IFuture |
ICapability.removeComponentListener(IComponentListener listener)
Add an agent listener
|
Modifier and Type | Method and Description |
---|---|
IComponentListener[] |
BDIInterpreter.getComponentListeners()
Get the component listeners.
|
Modifier and Type | Method and Description |
---|---|
IFuture |
BDIInterpreter.addComponentListener(IComponentListener listener)
Add component listener.
|
IFuture |
BDIInterpreter.removeComponentListener(IComponentListener listener)
Remove component listener.
|
Modifier and Type | Method and Description |
---|---|
IFuture |
BpmnPlanBodyInstance.addComponentListener(IComponentListener listener)
Add an component listener.
|
IFuture |
BpmnPlanBodyInstance.removeComponentListener(IComponentListener listener)
Remove a component listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentAdapter
Adapter for the IComponentListener interface.
|
class |
ComponentStepAdapter
A component listener to be notified about component steps.
|
class |
RemoteComponentListener
A listener to be installed remotely in a component.
|
class |
TerminationAdapter
Adapter for component listener that makes it easy to get notified
when termination occurs.
|
Modifier and Type | Method and Description |
---|---|
IComponentListener |
RemoteComponentListener.getListener()
Get the listener.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
IInternalAccess.addComponentListener(IComponentListener listener)
Add an component listener.
|
IFuture<Void> |
IExternalAccess.addComponentListener(IComponentListener listener)
Add an component listener.
|
IFuture<Void> |
IInternalAccess.removeComponentListener(IComponentListener listener)
Remove a component listener.
|
IFuture<Void> |
IExternalAccess.removeComponentListener(IComponentListener listener)
Remove a component listener.
|
Modifier and Type | Method and Description |
---|---|
static IFuture<Void> |
ComponentChangeEvent.dispatchComponentChangeEvent(IComponentChangeEvent event,
Collection<IComponentListener> componentlisteners)
Dispatches a component change event.
|
static IFuture<Void> |
ComponentChangeEvent.dispatchTerminatedEvent(IComponentIdentifier cid,
long creationtime,
IModelInfo model,
Collection<IComponentListener> componentlisteners,
IClockService clock)
Dispatch a "component terminated" event.
|
static IFuture<Void> |
ComponentChangeEvent.dispatchTerminatingEvent(IComponentAdapter adapter,
long creationtime,
IModelInfo model,
IServiceProvider provider,
Collection<IComponentListener> componentlisteners)
Dispatch a "component terminating" event.
|
Constructor and Description |
---|
RemoteComponentListener(IExternalAccess access,
IComponentListener listener)
Create a BDI listener.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
MicroAgent.addComponentListener(IComponentListener listener)
Add an component listener.
|
IFuture<Void> |
MicroAgent.removeComponentListener(IComponentListener listener)
Remove a component listener.
|
Copyright © 2013. All Rights Reserved.