Revision 167 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/IFFrame.java

View differences:

IFFrame.java
44 44
 * 
45 45
 * @author Vicente Caballero Navarro
46 46
 */
47
public interface IFFrame extends IPrintable, Persistent, Cloneable, Observable, Disposable, Observer {
47
public interface IFFrame extends IPrintable, Persistent, Cloneable, Observable, Disposable {
48 48

  
49 49
    public static final int N = 1;
50 50
    public static final int NE = 2;
......
328 328
	public LayoutContext getLayoutContext();
329 329

  
330 330
	public void setLayoutContext(LayoutContext layoutContext);
331
	
332
	/**
333
	 * This method is called when the FFrame has been
334
	 * removed from the Layout
335
	 */
336
	public void frameRemoved();
337
	
338
	/**
339
	 * This method is called when the FFrame has been
340
	 * added to the Layout
341
	 */
342
	public void frameAdded();
331 343
}

Also available in: Unified diff