Revision 11993 trunk/frameworks/_fwAndami/src/com/iver/andami/ui/mdiManager/IWindowListener.java

View differences:

IWindowListener.java
42 42

  
43 43

  
44 44
/**
45
 * Interfaz a implementar por las vistas que quieran ser listeners de los
46
 * eventos que se producen sobre s? mismas
45
 * Interface which should be implemented by those windows which want to
46
 * be listeners of events produced on themselves.
47 47
 */
48 48
public interface IWindowListener {
49
    /**
50
     * Se invoca cuando la vista es activada
49
	/**
50
     * This method it is invoked when the window is activated.
51 51
     */
52 52
    public void windowActivated();
53 53

  
54 54
    /**
55
     * Se invoca cuando la vista se cierra
55
     * This method it is invoked when the window is closed
56 56
     */
57 57
    public void windowClosed();
58 58
}

Also available in: Unified diff