public interface LayoutNotification
Modifier and Type | Field and Description |
---|---|
static String |
LAYOUT_INVALIDATED
Fired when the layout has to be invalidated
|
static String |
LAYOUT_REFRESH
Fired when the layout has to be invalidated and immediately repainted
|
static String |
LAYOUT_VALIDATED
Fired when the layout doesn't have to be repainted
|
static final String LAYOUT_INVALIDATED
static final String LAYOUT_VALIDATED
static final String LAYOUT_REFRESH
String getType()