public abstract class BaseModel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
UI_EVENT_NONE |
protected int |
uiEvent |
Constructor and Description |
---|
BaseModel() |
Modifier and Type | Method and Description |
---|---|
int |
getUiEvent() |
void |
setUiEvent(int uiEvent) |
java.lang.String |
toString() |
public static final int UI_EVENT_NONE
protected int uiEvent