public static interface CaptainUpUIEvents.Listener
Modifier and Type | Method and Description |
---|---|
void |
onEvent(int eventCode,
android.view.View view,
UIEventParameter parameter)
This will be called when the user interacted with the Captain Up UI Components.
|
void onEvent(int eventCode, android.view.View view, UIEventParameter parameter)
eventCode
- the actual code of the event the happenedview
- the view that the user interacted withparameter
- the parameters of the event. Some events don't have any parameters.CaptainUpUIEvents.OnClick