/* * SKCraft Launcher * Copyright (C) 2010-2014 Albert Pham <http://www.sk89q.com> and contributors * Please see LICENSE.txt for license information. */ package com.skcraft.launcher.launch; public interface LaunchListener { public void instancesUpdated(); public void gameStarted(); public void gameClosed(); }