io.sarl.sre.janus.spaces
Interface SpaceListener
All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
HazelcastSpaceRepository, LocalSpaceRepository, SpaceRepository
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 SpaceListener
implements java.util.EventListener
Listener on events related to the space.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Action Summary
Modifier and type Action and description
abstract void destroyableSpace(Space)
Invoked when the space could be destroyed.
Action Details
destroyableSpace(Space)
def destroyableSpace(Space)
Invoked when the space could be destroyed.
Parameters:
space - reference to the created space.