Package net.ME1312.Galaxi.Event.Engine
Class GalaxiStopEvent
java.lang.Object
net.ME1312.Galaxi.Event.Event
net.ME1312.Galaxi.Event.Engine.GalaxiStopEvent
- All Implemented Interfaces:
Cancellable
Galaxi Engine Stop Event Class
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.ME1312.Galaxi.Event.Cancellable
isCancelled, setCancelled
-
Constructor Details
-
GalaxiStopEvent
Galaxi Engine Stop Event- Parameters:
engine
- GalaxiEnginecode
- Exit Code
-
-
Method Details
-
getStopCode
public int getStopCode()Exit Code from the app- Returns:
- Exit Code
-