Revision 357 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/LayoutNotification.java

View differences:

LayoutNotification.java
29 29
 *
30 30
 */
31 31
public interface LayoutNotification {
32
    /** Fired when the layout has to be repainted */
32
	/** Fired when the layout has to be invalidated */
33 33
    public static final String LAYOUT_INVALIDATED = "layout_invalidated";
34 34

  
35 35
    /** Fired when the layout doesn't have to be repainted */
36 36
    public static final String LAYOUT_VALIDATED = "layout_validated";
37 37
    
38
    /** Fired when the layout doesn't have to be repainted */
38

  
39
    /** Fired when the layout has to be invalidated and immediately repainted */
39 40
    public static final String LAYOUT_REFRESH = "layout_refresh";
40 41
	
41 42
    /**

Also available in: Unified diff