|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerListener | |
|---|---|
| jade.core | This package contains the microkernel of JADE system. |
| jade.domain | This package and its sub-packages contains FIPA specific agents and ontologies. |
| jade.gui | This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents. |
| jade.wrapper.gateway | This is a subpackage of jade.wrapper and contains a set of classes that enables a non-JADE application to issue commands to a JADE-based application. |
| Uses of TimerListener in jade.core |
|---|
| Classes in jade.core that implement TimerListener | |
|---|---|
class |
Agent
The Agent class is the common superclass for user
defined software agents. |
class |
BackEndContainer.AgentImage
Inner class AgentImage |
static class |
ScalabilityTest.BitrateReceiverAgent
Inner class BitrateReceiverAgent |
static class |
ScalabilityTest.BitrateSenderAgent
Inner class BitrateSenderAgent |
static class |
ScalabilityTest.RTTReceiverAgent
Inner class RTTReceiverAgent |
static class |
ScalabilityTest.RTTSenderAgent
Inner class RTTSenderAgent |
| Constructors in jade.core with parameters of type TimerListener | |
|---|---|
Timer(long when,
TimerListener tl)
|
|
| Uses of TimerListener in jade.domain |
|---|
| Classes in jade.domain that implement TimerListener | |
|---|---|
class |
ams
Standard Agent Management System agent. |
class |
df
Standard Directory Facilitator agent. |
| Uses of TimerListener in jade.gui |
|---|
| Classes in jade.gui that implement TimerListener | |
|---|---|
class |
GuiAgent
When a program instantiates a GUI, the Java programming language starts a new thread, different from the Agent thread. |
| Uses of TimerListener in jade.wrapper.gateway |
|---|
| Classes in jade.wrapper.gateway that implement TimerListener | |
|---|---|
class |
GatewayAgent
This agent is the gateway able to execute all commands requests received via JadeGateway. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||