static Countdown |
CountdownManager.getCountdown(java.lang.String name,
CountdownPlugin countdownPlugin) |
static java.util.ArrayList<Countdown> |
CountdownManager.getCountdownList(CountdownPlugin countdownPlugin) |
static int |
CountdownManager.pauseCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static boolean |
CountdownManager.registerListener(CountdownPlugin countdownPlugin,
CountdownListener listener) |
static int |
CountdownManager.removeCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static int |
CountdownManager.resumeCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static int |
CountdownManager.startCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static int |
CountdownManager.stopCountdown(Countdown countdown,
CountdownPlugin countdownPlugin) |
static boolean |
CountdownManager.unregisterListener(CountdownPlugin countdownPlugin,
CountdownListener listener) |