package scotty.event; /** * Events f the Application. * * @author flo * */ public enum Events { /** * Exit the app. */ EXIT; }