io.sarl.sre.janus.spaces
Class AbstractSreEventSpaceSpecification
All Known Subclasses:
SreEventSpaceSpecification, SreOpenEventSpaceSpecification
abstract class AbstractSreEventSpaceSpecification
extends java.lang.Object
Abstract specification for standard event spaces into the SRE.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.10
Constructor Summary
Action Summary
Modifier and type Action and description
protected OpenLocalEventSpace createSpaceInstance(SpaceID,Object*)
Constructor Details
new(Injector,OpenEventSpace,SpaceParticipantListenerFactory,LoggingService)
new(Injector,OpenEventSpace,SpaceParticipantListenerFactory,LoggingService)
Constructor.
Parameters:
injector - the injector to use for creating the space.
defaultSpace - the default space.
spaceParticipantListenerFactory - the factory of listeners on space participant events.
logger - the logging service.
Action Details
createSpaceInstance(SpaceID,Object*)
protected def createSpaceInstance(SpaceID,Object*) : OpenLocalEventSpace