| Package | Description |
|---|---|
| xyz.cofe.gui.anim |
| 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 ListenersHelper<TimerAnimationListener,TimerAnimationEvent> |
TimerAnimation.listeners |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TimerAnimationEvent> |
TimerAnimationEvent.listen(TimerAnimation ta,
Class<T> cls,
boolean withChildren,
Reciver<T> reciver,
boolean weak) |
static <T extends TimerAnimationEvent> |
TimerAnimationEvent.listener(Class<T> cls,
boolean clsWithChildren,
Reciver<T> reciver) |
<T extends TimerAnimationEvent> |
TimerAnimation.on(Class<T> cls,
Reciver<T> rcv) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerAnimation.fireEvent(TimerAnimationEvent event) |
void |
TimerAnimationListener.timerAnimationEvent(TimerAnimationEvent ev) |
Copyright © 2018. All rights reserved.