| Package | Description |
|---|---|
| xyz.cofe.gui.anim |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.common.ListenersHelper<TimerAnimationListener,TimerAnimationEvent> |
TimerAnimation.listeners |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TimerAnimationEvent> |
TimerAnimationEvent.listener(Class<T> cls,
boolean clsWithChildren,
xyz.cofe.common.Reciver<T> reciver) |
| Modifier and Type | Method and Description |
|---|---|
Set<TimerAnimationListener> |
TimerAnimation.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
TimerAnimation.addListener(TimerAnimationListener listener) |
Closeable |
TimerAnimation.addListener(TimerAnimationListener listener,
boolean weakLink) |
boolean |
TimerAnimation.hasListener(TimerAnimationListener listener) |
void |
TimerAnimation.removeListener(TimerAnimationListener listener) |
| Constructor and Description |
|---|
TimerAnimation(long step,
long len,
TimerAnimationListener... listeners) |
Copyright © 2018. All rights reserved.