Interface LifecycleEvent.InstanceState<T>

All Known Subinterfaces:
ClientLifecycleEvent.ClientState, LifecycleEvent.ServerState
Enclosing interface:
LifecycleEvent

public static interface LifecycleEvent.InstanceState<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    stateChanged(T instance)
    Parent event type for any events that are invoked on instance state change.
  • Method Details

    • stateChanged

      void stateChanged(T instance)
      Parent event type for any events that are invoked on instance state change.
      Parameters:
      instance - The changed state.