|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class to allow listeners to be notified when events happen to shapes, such as points added, removed, or modified.
Method Summary | |
void |
pointAdded(Point inPoint)
Called when a point is added to the shape. |
void |
pointDeselected(Point inPoint)
Called when a point is deselected. |
void |
pointRemoved(Point inPoint)
Called when a point is removed. |
void |
pointSelected(Point inPoint)
Called when a point is selected. |
void |
shapeUpdated(Shape inShape)
Called when any update happens to the shape. |
Method Detail |
public void pointAdded(Point inPoint)
public void pointSelected(Point inPoint)
public void pointDeselected(Point inPoint)
public void pointRemoved(Point inPoint)
public void shapeUpdated(Shape inShape)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |