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
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Returns the type of this notification, represented by one of the constants defined in this interface.
|
static final String LAYOUT_INVALIDATED
static final String LAYOUT_VALIDATED
static final String LAYOUT_REFRESH
String getType()