org.openspaces.core.space.mode
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:
 - Serialized Form
 
 
 
 
 
 
 
 
 
BeforeSpaceModeChangeEvent
public BeforeSpaceModeChangeEvent(IJSpace space,
                                  com.gigaspaces.cluster.activeelection.SpaceMode spaceMode)
- Creates a new before space mode event.
- Parameters:
 space - The space that changed its modespaceMode - The current space mode (the one that it will change to)
 
toString
public String toString()
- Overrides:
 toString in class EventObject
 
 
Copyright © GigaSpaces.