com.guiseframework.event
Interface MouseInputEvent

All Superinterfaces:
com.globalmentor.event.Event, GestureInputEvent, GuiseEvent, InputEvent

public interface MouseInputEvent
extends GestureInputEvent

An event providing information on input from a mouse.

Author:
Garret Wilson

Method Summary
 MouseInput getInput()
           
 
Methods inherited from interface com.guiseframework.event.GestureInputEvent
getKeys, hasAltKey, hasControlKey, hasShiftKey
 
Methods inherited from interface com.guiseframework.event.InputEvent
consume, isConsumed
 
Methods inherited from interface com.guiseframework.event.GuiseEvent
getSession
 
Methods inherited from interface com.globalmentor.event.Event
getSource
 

Method Detail

getInput

MouseInput getInput()
Specified by:
getInput in interface GestureInputEvent
Specified by:
getInput in interface InputEvent
Returns:
The input associated with this event, or null if there is no input associated with this event.


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