public interface MoebiusShapeChangeListener extends EventListener
ShapeEvent
.
Classes which want to be notifed about changes of a shape must
implement this interface and register at the shape using the
addShapeListener
method.ShapeEvent
,
MutableShape#addShapeListener
Modifier and Type | Method and Description |
---|---|
void |
moebiusShapeChanged(MoebiusShapeChangeEvent ev)
Called every time the shape is modified.
|
void moebiusShapeChanged(MoebiusShapeChangeEvent ev)