Package mgui.interfaces.shapes.selection
Class ShapeSelectionEvent
java.lang.Object
java.util.EventObject
mgui.interfaces.shapes.selection.ShapeSelectionEvent
- All Implemented Interfaces:
java.io.Serializable
public class ShapeSelectionEvent
extends java.util.EventObject
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShapeSelectionEvent.EventType -
Field Summary
Fields Modifier and Type Field Description protected ShapeSelectionEvent.EventTypetypeFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors Constructor Description ShapeSelectionEvent(ShapeSelectionSet set)ShapeSelectionEvent(ShapeSelectionSet set, ShapeSelectionEvent.EventType type) -
Method Summary
Modifier and Type Method Description ShapeSelectionEvent.EventTypegetType()Methods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
type
-
-
Constructor Details
-
ShapeSelectionEvent
-
ShapeSelectionEvent
-
-
Method Details
-
getType
-