Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 420 → Rev 421

/sun/xmleditor/trunk/src/plugins/PluginManagerInterface.java
1,26 → 1,29
/*
* software practice
* ss_2003
* group project: XML-Editor
* $Id: $
*/
 
package src.plugins;
 
import javax.swing.event.TreeSelectionListener;
 
 
/**
* ...
*
* status: first try
* TODO comments
*
* @author Sascha Walkenhorst
*
* Last Revision: 05-Jul-2003
*/
public interface PluginManagerInterface {
public TreeSelectionListener getTreeSelectionListener();
}
/*
* This file contains the PluginManagerInterface interface.
*
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.34 $
*
* Last modification: $Date: 2003/07/13 14:57:49 $
*/
 
package src.plugins;
 
import javax.swing.event.TreeSelectionListener;
 
/**
* ...
*
* status: first try
* TODO comments
*
* @author Sascha Walkenhorst
*
* Last Revision: 05-Jul-2003
*/
public interface PluginManagerInterface {
public TreeSelectionListener getTreeSelectionListener();
}