public class ViewEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ADD |
static int |
FULLSCREEN_ENTER |
static int |
FULLSCREEN_EXIT |
static int |
MOVE |
static int |
REMOVE |
static int |
REPAINT |
static int |
RESIZE |
Constructor and Description |
---|
ViewEvent() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getTypeString(int type) |
public static final int ADD
public static final int REMOVE
public static final int REPAINT
public static final int RESIZE
public static final int MOVE
public static final int FULLSCREEN_ENTER
public static final int FULLSCREEN_EXIT