SmartEyeglass SDK
public class

ControlObjectClickEvent

extends java.lang.Object
  1. java.lang.Object
  2. com.sonyericsson.extras.liveware.extension.util.control.ControlObjectClickEvent

Class Overview

The control object click event class holds information about an object click event.

Summary

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.

Public Constructors

public ControlObjectClickEvent(int clickType, long timeStamp, int layoutReference)

Create click event.

Parameters
clickType The click type.
timeStamp The time when the event occurred.
layoutReference Reference to view in the layout
See Also

Public Methods

public int getClickType()

Get the click type.

Returns

The click type.

public long getTimeStamp()

Get the touch event time stamp.

Returns

The time stamp.

public int getLayoutReference()

Get the layout reference.

Returns

Reference to view in the layout.