Interface EngineLifecycleEvent<E extends Engine>
- 
- All Superinterfaces:
- Event,- GenericEvent<E>,- LifecycleEvent
 - All Known Subinterfaces:
- StartedEngineEvent<E>,- StartingEngineEvent<E>,- StoppingEngineEvent<E>
 
 public interface EngineLifecycleEvent<E extends Engine> extends GenericEvent<E>, LifecycleEvent 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Eengine()TheEngineundergoing the lifecycle change.- 
Methods inherited from interface org.spongepowered.api.event.GenericEventparamType
 - 
Methods inherited from interface org.spongepowered.api.event.lifecycle.LifecycleEventgame
 
- 
 
-