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 class
ShapeSelectionEvent.EventType
-
Field Summary
Fields Modifier and Type Field Description protected ShapeSelectionEvent.EventType
type
Fields 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.EventType
getType()
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
-
Field Details
-
type
-
-
Constructor Details
-
ShapeSelectionEvent
-
ShapeSelectionEvent
-
-
Method Details
-
getType
-