Revision 12697 trunk/frameworks/_fwAndami/src/com/iver/andami/plugins/Extension.java

View differences:

Extension.java
1 1
package com.iver.andami.plugins;
2

  
3
import com.iver.andami.plugins.status.IExtensionStatus;
4

  
2 5
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
3 6
 *
4 7
 * Copyright (C) 2004-2007 IVER T.I. and Generalitat Valenciana.
......
43 46
 *
44 47
 * $Id$
45 48
 * $Log$
46
 * Revision 1.10  2007-05-31 07:42:17  cesar
49
 * Revision 1.11  2007-07-19 12:01:06  cesar
50
 * Add support for the new Andami termination process (and the unsaved data dialog)
51
 *
52
 * Revision 1.10  2007/05/31 07:42:17  cesar
47 53
 * Add ExclusiveUIExtension interface and clean the IExtension interface; update Extension, ExtensionDecorator and Launcher to reflect this change; add missing comments, translate existing ones to english
48 54
 *
49 55
 * Revision 1.9  2007/05/31 07:00:47  cesar
......
91 97
	public void postInitialize(){
92 98

  
93 99
	}
100
	
101
    /*
102
	 *  (non-Javadoc)
103
	 * @see com.iver.andami.plugins.IExtension#getStatus()
104
	 */
105
    public IExtensionStatus getStatus() {
106
    	return null;
107
    }
94 108
}
95 109

  

Also available in: Unified diff