Class ShapeModelEvent

java.lang.Object
java.util.EventObject
mgui.interfaces.shapes.ShapeModelEvent
All Implemented Interfaces:
java.io.Serializable

public class ShapeModelEvent
extends java.util.EventObject
Represents an event on a ShapeModel3D object. Events are defined for the following changes:
  • ModelSetChanged: generic (unspecified) change occurred
  • ModelDestroyed: the model's destroy method was called
  • NameChanged: the model's name was changed
Since:
1.0
Version:
1.0
Author:
Andrew Reid
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  ShapeModelEvent.EventType  
  • Field Summary

    Fields
    Modifier and Type Field Description
    ShapeModelEvent.EventType type  

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor Description
    ShapeModelEvent​(ShapeModel3D model, ShapeModelEvent.EventType type)  
  • Method Summary

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait