org.ximtec.igesture.io.mouseclient
Class MouseReaderEvent
java.lang.Object
org.ximtec.igesture.io.mouseclient.MouseReaderEvent
- All Implemented Interfaces:
- org.sigtec.input.InputDeviceEvent
public class MouseReaderEvent
- extends Object
- implements org.sigtec.input.InputDeviceEvent
Mouse reader event.
- Version:
- 1.0, Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
|
Constructor Summary |
MouseReaderEvent(org.sigtec.ink.input.TimestampedInputEvent location)
Constructs a new mouse reader event. |
|
Method Summary |
long |
getTimestamp()
Returns the time when the event occurred. |
org.sigtec.ink.input.TimestampedInputEvent |
getTimestampedEvent()
Returns the time stamped location. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MouseReaderEvent
public MouseReaderEvent(org.sigtec.ink.input.TimestampedInputEvent location)
- Constructs a new mouse reader event.
- Parameters:
location - the position captured by the mouse.
getTimestamp
public long getTimestamp()
- Returns the time when the event occurred.
- Specified by:
getTimestamp in interface org.sigtec.input.InputDeviceEvent
- Returns:
- the time when the event occurred.
getTimestampedEvent
public org.sigtec.ink.input.TimestampedInputEvent getTimestampedEvent()
- Returns the time stamped location.
- Returns:
- the time stamped location.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.