io.sarl.api.core.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
@org.eclipse.xtext.xbase.lib.XbaseGenerated
interface SpaceParticipantListenerFactory
Factory for a space participant event sender.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.core
Since:
0.15
Action Summary
Modifier and type Action and description
abstract SpaceParticipantListener create(EventSpace,Logger)
Action Details
create(EventSpace,Logger)
def create(EventSpace,Logger) : SpaceParticipantListener