Interface StateAwareLifecycleEvent

All Superinterfaces:
LifecycleEvent
All Known Subinterfaces:
TargetingLifecycleEvent

public interface StateAwareLifecycleEvent extends LifecycleEvent
Super-type of all lifecycle event types, whose runtime context includes a particular state.
Since:
0.7
  • Method Summary

    Modifier and Type
    Method
    Description
    The schema state, associated with this event.

    Methods inherited from interface com.variant.server.spi.LifecycleEvent

    getSession
  • Method Details

    • getState

      State getState()
      The schema state, associated with this event.
      Returns:
      An object of type State.
      Since:
      0.7