public interface LayoutMoveListener extends LayoutToolListener
| Modifier and Type | Method and Description |
|---|---|
void |
click(PointEvent event) |
void |
drag(PointEvent event)
Invocado cuando el usuario mueve el ratón sobre la vista.
|
void |
move(PointEvent event) |
void |
press(PointEvent event) |
void |
release(PointEvent event) |
cancelDrawing, getImageCursorvoid drag(PointEvent event) throws BehaviorException
event - MoveEvent.BehaviorException - se lanza cuando falla la herramienta.void press(PointEvent event) throws BehaviorException
BehaviorExceptionvoid release(PointEvent event) throws BehaviorException
BehaviorExceptionvoid move(PointEvent event) throws BehaviorException
BehaviorExceptionvoid click(PointEvent event) throws BehaviorException
BehaviorException