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 void
shapeModelChanged(ShapeModelEvent event)
Fired when aShapeModel3D
is changed in some way.
-
Method Details
-
shapeModelChanged
Fired when aShapeModel3D
is changed in some way. The specific change is indicated by theEventType
of the ShapeModelEvent.- Parameters:
event
-
-