~ubuntu-branches/ubuntu/utopic/figtree/utopic

« back to all changes in this revision

Viewing changes to src/figtree/treeviewer/treelayouts/TreeLayoutListener.java

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-02-21 08:17:38 UTC
  • Revision ID: james.westby@ubuntu.com-20110221081738-80pe2ulo8rg7up10
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package figtree.treeviewer.treelayouts;
 
2
 
 
3
/**
 
4
 * @author Andrew Rambaut
 
5
 * @version $Id: TreeLayoutListener.java 294 2006-04-14 10:28:11Z rambaut $
 
6
 */
 
7
public interface TreeLayoutListener {
 
8
 
 
9
    void treeLayoutChanged();
 
10
 
 
11
}