View Javadoc

1   // Copyright 2004, FreeHEP.
2   package hep.wired.services;
3   
4   import hep.wired.util.WiredRegistry;
5   
6   /***
7    * A (undoable) change which can be sent to a plot.
8    *
9    * @author Mark Donszelmann
10   * @version $Id: GraphicsModeEdit.java 69 2004-04-08 22:21:40Z duns $
11   */
12  
13  public interface Edit extends WiredRegistry.ID {
14  
15  }