|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PInputEventListener
PInputEventListener defines the most basic interface for objects that want to listen to PNodes for input events. This interface is very simple so that others may extend Piccolo's input management system. If you are just using Piccolo's default input management system then you will most often use PBasicInputEventHandler to register with a node for input events.
PBasicInputEventHandler
Method Summary | |
---|---|
void |
processEvent(PInputEvent event,
int type)
Called whenever an event is emitted. |
Method Detail |
---|
void processEvent(PInputEvent event, int type)
event
- event that was emittedtype
- type of event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |