Uses of Class
com.prineside.tdi2.scene2d.Event
Packages that use Event
Package
Description
- 
Uses of Event in com.prineside.tdi2.scene2d
Subclasses of Event in com.prineside.tdi2.scene2dModifier and TypeClassDescriptionclassEvent for actor input: touch, mouse, touch/mouse actor enter/exit, mouse scroll, and keyboard events.Methods in com.prineside.tdi2.scene2d with parameters of type EventModifier and TypeMethodDescriptionbooleanSets this actor as the eventtargetand propagates the event to this actor and ascendants as necessary.booleanTry to handle the given event, if it is applicable.booleanTry to handle the given event, if it is anInputEvent.booleanNotifies this actor's listeners of the event. - 
Uses of Event in com.prineside.tdi2.scene2d.actions
Classes in com.prineside.tdi2.scene2d.actions with type parameters of type EventModifier and TypeClassDescriptionclassCountdownEventAction<T extends Event>An EventAction that is complete once it receives X number of events.classEventAction<T extends Event>Adds a listener to the actor for a specific event type and does not complete untilEventAction.handle(Event)returns true. - 
Uses of Event in com.prineside.tdi2.scene2d.utils
Subclasses of Event in com.prineside.tdi2.scene2d.utilsModifier and TypeClassDescriptionstatic classFired when something in an actor has changed.static classFired when an actor gains or loses keyboard or scroll focus.Methods in com.prineside.tdi2.scene2d.utils with parameters of type Event - 
Uses of Event in com.prineside.tdi2.ui.events
Subclasses of Event in com.prineside.tdi2.ui.eventsMethods in com.prineside.tdi2.ui.events with parameters of type Event - 
Uses of Event in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils with parameters of type Event