| Package | Description |
|---|---|
| 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.bridge.service.component | |
| jadex.commons.future | |
| jadex.micro |
| Modifier and Type | Class and Description |
|---|---|
class |
IntermediateComponentResultListener<E> |
| Modifier and Type | Method and Description |
|---|---|
<T> IIntermediateResultListener<T> |
IInternalAccess.createResultListener(IIntermediateResultListener<T> listener)
Create a result listener that is executed on the
component thread.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IIntermediateResultListener<T> |
IInternalAccess.createResultListener(IIntermediateResultListener<T> listener)
Create a result listener that is executed on the
component thread.
|
| Constructor and Description |
|---|
IntermediateComponentResultListener(IIntermediateResultListener<E> listener,
IComponentAdapter adapter)
Create a new component result listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceFetcher.StoreIntermediateDelegationResultListener
Simple listener that can store the result in a member variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntermediateDefaultResultListener<E>
The default listener for just printing out result information.
|
class |
IntermediateDelegationResultListener<E>
Intermediate version of the delegation result listener.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IIntermediateResultListener<T> |
MicroAgent.createResultListener(IIntermediateResultListener<T> listener)
Create a result listener that is executed as an agent step.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IIntermediateResultListener<T> |
MicroAgent.createResultListener(IIntermediateResultListener<T> listener)
Create a result listener that is executed as an agent step.
|
Copyright © 2012. All Rights Reserved.