io.sarl.sre.janus.spaces
Interface SpaceParticipantListenerFactory
All Known Implementing Classes:
SpaceParticipantEventEmitterFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface SpaceParticipantListenerFactory
Factory for a space participant event emitter.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.10
Action Summary
Modifier and type Action and description
abstract SpaceParticipantListener create(EventSpace,Logger)
Action Details
create(EventSpace,Logger)
def create(EventSpace,Logger) : SpaceParticipantListener