Class AfterSpaceModeChangeEvent

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

public class AfterSpaceModeChangeEvent extends AbstractSpaceModeChangeEvent
A Space mode event that is raised after the space mode was 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

    • AfterSpaceModeChangeEvent

      public AfterSpaceModeChangeEvent(IJSpace space, SpaceMode spaceMode)
      Creates a new after space mode event.
      Parameters:
      space - The space that changed its mode
      spaceMode - The current space mode
  • Method Details