| Name | Description |
|---|---|
| AbstractEventSpace | Abstract implementation of an event space. |
| AbstractSpace | Abstract implementation of a space. |
| AbstractSpaceSpecification | Abstract implementation of a space specification that could provide a space component factory and a participant listener factory. |
| AddressLazyLinks | Links from an address to another component of the SRE. |
| EventTransportService | This service enables to route events between the different instances of the same event space over a computer network. |
| LocalEventTransportService | This service enables to route events on the local machine only. |
| OpenEventSpace | Event driven interaction space where participants (agents, etc) are free register and unregister themselves. |
| OpenEventSpaceSpecification | Specification of an OpenEventSpace where agent can freely register and unregister. |
| OpenLocalEventSpace | Default implementation of an event space which has a local repository. |
| Participant | Description of a participant. |
| SpaceComponentFactory | Factory provided by the SRE for creating the components of a space. |
| SpaceListener | Listener on events related to the space. |
| SpaceParticipantListener | A listener for the Java events on spaces. |
| SpaceParticipantListenerFactory | Factory for a space participant event sender. |
| SpaceWithParticipants | Space with participants that exhibits the participants' list. |