Package mgui.interfaces.shapes
Interface ShapeModel3DListener
- All Known Implementing Classes:
InterfaceDisplayPanel,InterfaceGraphic3D,InterfaceTabbedDisplayPanel,InterfaceWorkspace
public interface ShapeModel3DListener
Object which listens to events on a ShapeModel3D object.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description voidshapeModelChanged(ShapeModelEvent event)Fired when aShapeModel3Dis changed in some way.
-
Method Details
-
shapeModelChanged
Fired when aShapeModel3Dis changed in some way. The specific change is indicated by theEventTypeof the ShapeModelEvent.- Parameters:
event-
-