| Module: | libutil | Package: | org.milescript.handler | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibUtil Library: Project Home | Documentation |
org.milescript.handler.Handler : abstract
Inheritance : Object
Handler Interface - Specifies the functions necessary for a Handler object.
Methods
| Name | Signature |
| dblClick | void dblClick(Event e) |
| mouseMove | void mouseMove(Event e) |
| mouseUp | void mouseUp(Event e) |
Methods
|
dblClick void dblClick(Event e) Double click handler. Parameters
|
|
mouseMove void mouseMove(Event e) constructor public Handler(CanvasManager owner, Event e) { this.owner = owner; this.event = e; } Parameters
|
|
mouseUp void mouseUp(Event e) Mouse up handler. Parameters
|
| Module: | libutil | Package: | org.milescript.handler | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibUtil Library: Project Home | Documentation |