Package codedraw

Class Event

java.lang.Object
codedraw.Event
Direct Known Subclasses:
KeyDownEvent, KeyPressEvent, KeyUpEvent, MouseClickEvent, MouseDownEvent, MouseEnterEvent, MouseLeaveEvent, MouseMoveEvent, MouseUpEvent, MouseWheelEvent, WindowCloseEvent, WindowMoveEvent

public abstract class Event extends Object
Represents an abstract super type of the event classes in CodeDraw.
  • Method Details

    • getTimeCreated

      public OffsetDateTime getTimeCreated()
      Gets the point in time when this event was created.
      Returns:
      the time this event was created.