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 a ShapeModel3D is changed in some way.
  • Method Details

    • shapeModelChanged

      void shapeModelChanged​(ShapeModelEvent event)
      Fired when a ShapeModel3D is changed in some way. The specific change is indicated by the EventType of the ShapeModelEvent.
      Parameters:
      event -