Class AbstractFocusedInputEvent

java.lang.Object
java.util.EventObject
com.globalmentor.event.AbstractEvent
All Implemented Interfaces:
com.globalmentor.event.Event, FocusedInputEvent, GuiseEvent, InputEvent, Serializable
Direct Known Subclasses:
CommandEvent

public abstract class AbstractFocusedInputEvent extends AbstractInputEvent implements FocusedInputEvent
An abstract input event such as a command that is directed towards the component with input focus.
Author:
Garret Wilson
See Also:
  • Constructor Details

    • AbstractFocusedInputEvent

      public AbstractFocusedInputEvent(Object source)
      Source constructor.
      Parameters:
      source - The object on which the event initially occurred.
      Throws:
      NullPointerException - if the given source is null.