Class CountdownEventAction<T extends Event>
java.lang.Object
com.prineside.tdi2.scene2d.Action
com.prineside.tdi2.scene2d.actions.EventAction<T>
com.prineside.tdi2.scene2d.actions.CountdownEventAction<T>
- All Implemented Interfaces:
 Pool.Poolable
An EventAction that is complete once it receives X number of events.
- Author:
 - JavadocMD, Nathan Sweet
 
- 
Constructor Details
- 
CountdownEventAction
 
 - 
 - 
Method Details
- 
handle
Description copied from class:EventActionCalled when the specific type of event occurs on the actor.- Specified by:
 handlein classEventAction<T extends Event>- Returns:
 - true if the event should be considered 
handledand this EventAction considered complete. 
 
 -