private class GlassViewEventHandler.MouseEventNotification
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
(package private) int |
button |
(package private) boolean |
isPopupTrigger |
(package private) boolean |
isSynthesized |
(package private) int |
modifiers |
(package private) long |
time |
(package private) int |
type |
(package private) View |
view |
(package private) int |
x |
(package private) int |
xAbs |
(package private) int |
y |
(package private) int |
yAbs |
Modifier | Constructor and Description |
---|---|
private |
MouseEventNotification() |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
run() |
View view
long time
int type
int button
int x
int y
int xAbs
int yAbs
int modifiers
boolean isPopupTrigger
boolean isSynthesized