|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the rectangle-oriented tool listener interface. Each tool listenr will perform the corresponding actions when the relevant rectangle event arrives.
RectangleBehavior
Method Summary | |
void |
point(PointEvent event)
The rectangle event listener could also be interestd in point events. |
void |
rectangle(RectangleEvent event)
The method that will be called when a relevant rectangle event happens. |
Methods inherited from interface es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces.ToolListener |
cancelDrawing, getCursor, setMapControl |
Method Detail |
public void rectangle(RectangleEvent event)
event
- the relevant rectangle event the tool is waiting for.public void point(PointEvent event)
event
- a certain point event that the listener could be interested in.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |