Revision 144 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
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
    
41
    public static final String FRAME_ADDED = "frame_added";
42
    public static final String FRAME_ADDING = "frame_adding";
43
    public static final String FRAME_REMOVING = "frame_removed";
44
    public static final String FRAME_REMOVED = "frame_removed";
40 45
      
41 46
    /**
42 47
     * Returns the type of this notification, represented by one of the constants defined in this interface.

Also available in: Unified diff