public class TimerAnimationEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimerAnimationEvent.Finished |
static class |
TimerAnimationEvent.Started |
static class |
TimerAnimationEvent.Stopped |
static class |
TimerAnimationEvent.Tick |
| Modifier and Type | Field and Description |
|---|---|
protected TimerAnimation |
timerAnimation |
| Constructor and Description |
|---|
TimerAnimationEvent(TimerAnimation timerAnimation) |
| Modifier and Type | Method and Description |
|---|---|
TimerAnimation |
getTimerAnimation() |
static <T extends TimerAnimationEvent> |
listen(TimerAnimation ta,
Class<T> cls,
boolean withChildren,
Reciver<T> reciver,
boolean weak) |
static <T extends TimerAnimationEvent> |
listener(Class<T> cls,
boolean clsWithChildren,
Reciver<T> reciver) |
protected TimerAnimation timerAnimation
public TimerAnimationEvent(TimerAnimation timerAnimation)
public TimerAnimation getTimerAnimation()
public static <T extends TimerAnimationEvent> TimerAnimationListener listener(Class<T> cls, boolean clsWithChildren, Reciver<T> reciver)
public static <T extends TimerAnimationEvent> Closeable listen(TimerAnimation ta, Class<T> cls, boolean withChildren, Reciver<T> reciver, boolean weak)
Copyright © 2018. All rights reserved.