Class GalaxiStopEvent

java.lang.Object
net.ME1312.Galaxi.Event.Event
net.ME1312.Galaxi.Event.Engine.GalaxiStopEvent
All Implemented Interfaces:
Cancellable

@ReverseOrder public class GalaxiStopEvent extends Event implements Cancellable
Galaxi Engine Stop Event Class
  • Constructor Details

    • GalaxiStopEvent

      public GalaxiStopEvent(Galaxi engine, int code)
      Galaxi Engine Stop Event
      Parameters:
      engine - GalaxiEngine
      code - Exit Code
  • Method Details

    • getStopCode

      public int getStopCode()
      Exit Code from the app
      Returns:
      Exit Code