Public Constructors | |
---|---|
ControlObjectClickEvent(int clickType, long timeStamp, int layoutReference)
Create click event. |
Public Methods | |
---|---|
int |
getClickType()
Get the click type. |
long |
getTimeStamp()
Get the touch event time stamp. |
int |
getLayoutReference()
Get the layout reference. |
Create click event.
clickType | The click type. |
---|---|
timeStamp | The time when the event occurred. |
layoutReference | Reference to view in the layout |
Get the click type.
The click type.
Get the touch event time stamp.
The time stamp.
Get the layout reference.
Reference to view in the layout.
The control object click event class holds information about an object click event.