Revision 147 branches/usability_v2/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/LayoutNotification.java

View differences:

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

  
......
37 37
    
38 38
    /** Fired when the layout doesn't have to be repainted */
39 39
    public static final String LAYOUT_REFRESH = "layout_refresh";
40
      
40
	
41 41
    /**
42 42
     * Returns the type of this notification, represented by one of the constants defined in this interface.
43 43
     * @return a String containing this notification's type

Also available in: Unified diff