io.sarl.sre.janus.services.context
Interface SpaceRepositoryListenerFactory
All Known Implementing Classes:
SpaceEventEmitterFactory
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 SpaceRepositoryListenerFactory
Factory for a space event emitter.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.7.0
Action Summary
Modifier and type Action and description
abstract SpaceRepositoryListener create(UUID,EventSpace,Logger)
Action Details
create(UUID,EventSpace,Logger)
def create(UUID,EventSpace,Logger) : SpaceRepositoryListener