public interface LayoutNotification
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LAYOUT_INVALIDATED
Fired when the layout has to be invalidated
|
static java.lang.String |
LAYOUT_REFRESH
Fired when the layout has to be invalidated and immediately repainted
|
static java.lang.String |
LAYOUT_VALIDATED
Fired when the layout doesn't have to be repainted
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Returns the type of this notification, represented by one of the constants defined in this interface.
|
static final java.lang.String LAYOUT_INVALIDATED
static final java.lang.String LAYOUT_VALIDATED
static final java.lang.String LAYOUT_REFRESH