public class EventInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
Event name
|
int |
otherId
Event companion widget Id
|
int |
widgetId
Event source widget Id
|
| Constructor and Description |
|---|
EventInfo(java.lang.String name,
int widgetId,
int otherId)
EventInfo constructor
|