Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 499 → Rev 500

/sun/xmleditor/trunk/src/control/OurEventListener.java
4,22 → 4,24
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.5 $
* @version $Revision: 1.6 $
*
* Last modification: $Date: 2003/07/14 13:56:16 $
* $Id: OurEventListener.java,v 1.5 2003/07/14 13:56:16 swalkenh Exp $
* Last modification: $Date: 2003/07/15 17:21:31 $
* $Id: OurEventListener.java,v 1.6 2003/07/15 17:21:31 smcsporr Exp $
*/
 
package src.control;
 
/**
* This interface provides methods which enable the implementing class
* to get <code>OurEvent</code>-objects. These events are used in the
* plugins to inform the <code>PluginManager</code> over its status.
* This interface provides methods which enable the implementing class
* to get <code>OurEvent</code>-objects. These events are used in the
* plugins to inform the <code>PluginManager</code> over its status.
*
* @see src.control.OurEvent
* @see src.control.OurEvent
*
* @author swalkenh
* @author swalkenh
*
* @version 1.6, last revision: 15-Jul-2003
*/
public interface OurEventListener {