public class CountdownEventAction<T extends Event> extends EventAction<T>
| Constructor and Description |
|---|
CountdownEventAction(Class<? extends T> eventClass,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(T event)
Called when the specific type of event occurs on the actor.
|
act, isActive, restart, setActive, setTargetpublic boolean handle(T event)
EventActionhandle in class EventAction<T extends Event>handled and this EventAction considered complete.Copyright © 2021. All rights reserved.