Interface LifecycleEvent.InstanceState<T>
- All Known Subinterfaces:
 ClientLifecycleEvent.ClientState,LifecycleEvent.ServerState
- Enclosing interface:
 - LifecycleEvent
 
public static interface LifecycleEvent.InstanceState<T>
- 
Method Summary
Modifier and TypeMethodDescriptionvoidstateChanged(T instance) Parent event type for any events that are invoked on instance state change. 
- 
Method Details
- 
stateChanged
Parent event type for any events that are invoked on instance state change.- Parameters:
 instance- The changed state.
 
 -