Package totalcross.ui.event
Interface PenListener
-
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ColorChooserBox,Flick,MaterialEffect,MaterialWindow,ScrollPosition,SideMenuContainer,SlidingWindow,ToolTip,Tree
public interface PenListener extends EventHandler
Interface used to listen to Pen events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpenDown(PenEvent e)A PEN_DOWN event was dispatched.voidpenDrag(DragEvent e)A PEN_DRAG event was dispatched.voidpenDragEnd(DragEvent e)A PEN_DRAG_END event was dispatched.voidpenDragStart(DragEvent e)A PEN_DRAG_START event was dispatched.voidpenUp(PenEvent e)A PEN_UP event was dispatched.
-