com.guiseframework.event
Class AbstractFocusedGestureInputEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.globalmentor.event.AbstractEvent
          extended by com.guiseframework.event.AbstractGuiseEvent
              extended by com.guiseframework.event.AbstractInputEvent
                  extended by com.guiseframework.event.AbstractGestureInputEvent
                      extended by com.guiseframework.event.AbstractFocusedGestureInputEvent
All Implemented Interfaces:
com.globalmentor.event.Event, FocusedInputEvent, GestureInputEvent, GuiseEvent, InputEvent, java.io.Serializable
Direct Known Subclasses:
AbstractKeyboardEvent

public abstract class AbstractFocusedGestureInputEvent
extends AbstractGestureInputEvent
implements FocusedInputEvent

An abstract gesture input event such as a keypress that is directed towards the component with input focus.

Author:
Garret Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AbstractFocusedGestureInputEvent(java.lang.Object source, Key... keys)
          Source constructor.
 
Method Summary
 
Methods inherited from class com.guiseframework.event.AbstractGestureInputEvent
getKeys, hasAltKey, hasControlKey, hasShiftKey
 
Methods inherited from class com.guiseframework.event.AbstractInputEvent
consume, isConsumed
 
Methods inherited from class com.guiseframework.event.AbstractGuiseEvent
getSession
 
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
 
Methods inherited from interface com.guiseframework.event.InputEvent
consume, getInput, isConsumed
 
Methods inherited from interface com.guiseframework.event.GuiseEvent
getSession
 
Methods inherited from interface com.globalmentor.event.Event
getSource
 
Methods inherited from interface com.guiseframework.event.GestureInputEvent
getInput
 

Constructor Detail

AbstractFocusedGestureInputEvent

public AbstractFocusedGestureInputEvent(java.lang.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:
java.lang.NullPointerException - if the given source and/or keys is null.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.