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 | |
jadex.micro |
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> |
class |
TimeoutResultListener<E>
Listener that allows to automatically trigger a timeout when
no result (or exception) was received after some timeout interval.
|
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 |
IFutureCommandResultListener<E>
Interface that extends both, result listener and future command.
|
interface |
IIntermediateFutureCommandResultListener<E>
Interface that extends both, result listener and future command.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResultListener<E>
The default listener for just printing out result information.
|
class |
DelegationResultListener<E>
Result listener that delegates calls to a future.
|
class |
ExceptionDelegationResultListener<E,T>
Result listener that delegates calls to a future.
|
class |
IntermediateDefaultResultListener<E>
The default listener for just printing out result information.
|
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 |
SwingDefaultResultListener<E>
Result listener that redirects callbacks on the swing thread.
|
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 |
SwingIntermediateDefaultResultListener<E>
Default implementation of intermediate result listener
with methods called 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..
|
Modifier and Type | Class and Description |
---|---|
static class |
IntervalBehavior.StepResultListener<E,F> |
Copyright © 2013. All Rights Reserved.