Interface AbstractMapShape.MapShapeListener
-
- Enclosing class:
- AbstractMapShape
public static interface AbstractMapShape.MapShapeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleChanged(AbstractMapShape shape)voidhandleRemoved(AbstractMapShape shape)
-
-
-
Method Detail
-
handleChanged
void handleChanged(AbstractMapShape shape)
-
handleRemoved
void handleRemoved(AbstractMapShape shape)
-
-