Class BeforeSpaceModeChangeEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openspaces.core.space.mode.AbstractSpaceModeChangeEvent
org.openspaces.core.space.mode.BeforeSpaceModeChangeEvent
All Implemented Interfaces:
Serializable

public class BeforeSpaceModeChangeEvent extends AbstractSpaceModeChangeEvent
A Space mode event that is raised before the space mode is changed to the space mode reflected in this event. Note, this event might be called several times with the same space mode.
Author:
kimchy
See Also:
  • Constructor Details

    • BeforeSpaceModeChangeEvent

      public BeforeSpaceModeChangeEvent(IJSpace space, SpaceMode spaceMode)
      Creates a new before space mode event.
      Parameters:
      space - The space that changed its mode
      spaceMode - The current space mode (the one that it will change to)
  • Method Details