Interface LayoutNotification
- All Known Implementing Classes:
DefaultLayoutNotification
public interface LayoutNotification
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Details
-
LAYOUT_INVALIDATED
Fired when the layout has to be invalidated- See Also:
-
LAYOUT_VALIDATED
Fired when the layout doesn't have to be repainted- See Also:
-
LAYOUT_REFRESH
Fired when the layout has to be invalidated and immediately repainted- See Also:
-
-
Method Details
-
getType
String getType()Returns the type of this notification, represented by one of the constants defined in this interface.- Returns:
- a String containing this notification's type
-