Interface EngineEvent

All Superinterfaces:
Event
All Known Subinterfaces:
EngineClosed, EngineCrashed

public interface EngineEvent extends Event
A common interface that all engine events must implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Engine instance initiated this event.
  • Method Details

    • engine

      Engine engine()
      Returns the Engine instance initiated this event.