Class AbstractGestureInputEvent

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

public abstract class AbstractGestureInputEvent extends AbstractInputEvent implements GestureInputEvent
An abstract event providing information on input from a user gesture.
Author:
Garret Wilson
See Also:
  • Constructor Details

    • AbstractGestureInputEvent

      public AbstractGestureInputEvent(Object source, Key... keys)
      Source constructor.
      Parameters:
      source - The object on which the event initially occurred.
      keys - The keys that were pressed when this event was generated.
      Throws:
      NullPointerException - if the given source and/or keys is null.
  • Method Details