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.nonfunctional.search | |
jadex.bridge.service.component | |
jadex.commons.future | |
jadex.commons.gui.future |
Modifier and Type | Class and Description |
---|---|
class |
ComponentResultListener<E>
The result listener for executing listener invocations as a component step.
|
class |
IntermediateComponentResultListener<E>
Intermediate listener that invokes listeners on component thread.
|
class |
TimeoutIntermediateResultListener<E> |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRankingDelegationResultListener<S>
Listener that ranks results.
|
class |
ServiceRankingDelegationResultListener2<S>
Listener that ranks results.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceFetcher.StoreDelegationResultListener<T>
Simple listener that can store the result in a member variable.
|
class |
DefaultServiceFetcher.StoreIntermediateDelegationResultListener<T>
Simple listener that can store the result in a member variable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IUndoneIntermediateResultListener<E> |
Modifier and Type | Class and Description |
---|---|
class |
CollectionResultListener<E>
Collection result listener collects a number of results and return a collection.
|
class |
CounterResultListener<E>
Counter result listener for counting a specified number of resultAvailable calls.
|
class |
DelegationResultListener<E>
Result listener that delegates calls to a future.
|
class |
IntermediateDelegationResultListener<E>
Intermediate version of the delegation result listener.
|
class |
IntermediateExceptionDelegationResultListener<E,T> |
class |
TerminableDelegationResultListener<E>
Result listener for terminable futures.
|
class |
TerminableIntermediateDelegationResultListener<E>
Result listener for terminable intermediate futures.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingDelegationResultListener<E>
Delegation result listener that calls customResultAvailable and
customExceptionOccurred on swing thread.
|
class |
SwingExceptionDelegationResultListener<E,T>
Delegation result listener that calls customResultAvailable and
customExceptionOccurred on swing thread.
|
class |
SwingIntermediateDelegationResultListener<E>
Exception delegation listener for intermediate results called back on swing thread.
|
class |
SwingIntermediateExceptionDelegationResultListener<E,T>
Exception delegation listener for intermediate results called back on swing thread.
|
class |
SwingIntermediateResultListener<E> |
class |
SwingResultListener<E>
Listener that performs notifications on swing thread..
|
Copyright © 2013. All Rights Reserved.