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

« back to all changes in this revision

Viewing changes to src/figtree/treeviewer/painters/PainterListener.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.painters;
 
2
 
 
3
/**
 
4
 * @author Andrew Rambaut
 
5
 * @version $Id: PainterListener.java 308 2006-05-01 21:15:41Z rambaut $
 
6
 */
 
7
public interface PainterListener {
 
8
 
 
9
    void painterChanged();
 
10
 
 
11
    void painterSettingsChanged();
 
12
 
 
13
    void attributesChanged();
 
14
}