Package codedraw
Class Event
java.lang.Object
codedraw.Event
- Direct Known Subclasses:
KeyDownEvent,KeyPressEvent,KeyUpEvent,MouseClickEvent,MouseDownEvent,MouseEnterEvent,MouseLeaveEvent,MouseMoveEvent,MouseUpEvent,MouseWheelEvent,WindowCloseEvent,WindowMoveEvent
Represents an abstract super type of the event classes in CodeDraw.
-
Method Summary
Modifier and TypeMethodDescriptionGets the point in time when this event was created.
-
Method Details
-
getTimeCreated
Gets the point in time when this event was created.- Returns:
- the time this event was created.
-