public class PreferredLayoutEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
PREF_LAYOUT_ACTIVATE |
static int |
PREF_LAYOUT_INIT |
| Constructor and Description |
|---|
PreferredLayoutEvent(int eventID, LayoutSelector selector, Layout layout) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventID() |
Layout |
getLayout() |
LayoutSelector |
getLayoutSelector() |
public static final int PREF_LAYOUT_INIT
public static final int PREF_LAYOUT_ACTIVATE
public PreferredLayoutEvent(int eventID,
LayoutSelector selector,
Layout layout)
public LayoutSelector getLayoutSelector()
public Layout getLayout()
public int getEventID()