- 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
@org.eclipse.xtext.xbase.lib.XbaseGenerated
interface SpaceListener
implements java.util.EventListener
Listener on events related to the space.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Action Summary
| Modifier and type |
Action and description |
| abstract void |
destroyableSpace(Space)
Invoked when the space could be destroyed. |
| 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 -