Package | Description |
---|---|
jadex.bpmn.runtime | |
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.
|
Modifier and Type | Method and Description |
---|---|
IComponentChangeEvent |
BpmnInterpreter.createActivityEvent(String type,
ProcessThread thread,
MActivity activity)
Create an activity event (start, end).
|
IComponentChangeEvent |
BpmnInterpreter.createThreadEvent(String type,
ProcessThread thread)
Create a thread event (creation, modification, termination).
|
Modifier and Type | Class and Description |
---|---|
class |
BulkComponentChangeEvent |
class |
ComponentChangeEvent
The component change event.
|
Modifier and Type | Method and Description |
---|---|
IComponentChangeEvent[] |
IComponentChangeEvent.getBulkEvents()
Get the bulk events.
|
IComponentChangeEvent[] |
ComponentChangeEvent.getBulkEvents()
Get the bulk events.
|
IComponentChangeEvent[] |
BulkComponentChangeEvent.getBulkEvents()
Get the bulk events.
|
IComponentChangeEvent |
RemoteComponentListener.Entry.getEvent()
Get the event.
|
Modifier and Type | Method and Description |
---|---|
IFilter<IComponentChangeEvent> |
TerminationAdapter.getFilter()
Returns an event filter, indicating which events
get passed to the eventOccured() method.
|
IFilter<IComponentChangeEvent> |
IComponentListener.getFilter()
Returns an event filter, indicating which events
get passed to the eventOccured() method.
|
Modifier and Type | Method and Description |
---|---|
static IFuture<Void> |
ComponentChangeEvent.dispatchComponentChangeEvent(IComponentChangeEvent event,
Collection<IComponentListener> componentlisteners)
Dispatches a component change event.
|
void |
RemoteComponentListener.elementAdded(IComponentChangeEvent event)
An element was added.
|
void |
RemoteComponentListener.elementChanged(IComponentChangeEvent event)
An element was changed.
|
void |
RemoteComponentListener.elementRemoved(IComponentChangeEvent event)
An element was removed.
|
IFuture<Void> |
TerminationAdapter.eventOccured(IComponentChangeEvent cce)
Invoked when a change occurs with the component.
|
IFuture |
RemoteComponentListener.eventOccured(IComponentChangeEvent event)
Invoked when a change occurs with the component.
|
IFuture<Void> |
IComponentListener.eventOccured(IComponentChangeEvent cce)
Invoked when a change occurs with the component.
|
IFuture<Void> |
ComponentStepAdapter.eventOccured(IComponentChangeEvent cce)
Invoked when a change occurs with the component.
|
IFuture |
ComponentAdapter.eventOccured(IComponentChangeEvent cce)
Invoked when a change occurs with the component.
|
void |
RemoteComponentListener.occurrenceAppeared(IComponentChangeEvent event)
An occurrence appeared.
|
void |
BulkComponentChangeEvent.setBulkEvents(IComponentChangeEvent[] events)
Set the events.
|
Constructor and Description |
---|
BulkComponentChangeEvent(IComponentChangeEvent[] events) |
RemoteComponentListener.Entry(IComponentChangeEvent event) |
Copyright © 2012. All Rights Reserved.