Interface AbstractMapShape.MapShapeListener
-
- Enclosing class:
- AbstractMapShape
public static interface AbstractMapShape.MapShapeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleShapeChanged(AbstractMapShape shape)voidhandleShapeChanged(AbstractMapShape shape, org.teamapps.dto.AbstractUiMapShapeChange change)voidhandleShapeRemoved(AbstractMapShape shape)
-
-
-
Method Detail
-
handleShapeChanged
void handleShapeChanged(AbstractMapShape shape)
-
handleShapeChanged
void handleShapeChanged(AbstractMapShape shape, org.teamapps.dto.AbstractUiMapShapeChange change)
-
handleShapeRemoved
void handleShapeRemoved(AbstractMapShape shape)
-
-