/* * ImageViewer.java * * Created on March 29, 2007, 4:29 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package edu.mbl.jif.gui.imaging; /** * * @author GBH */ public interface ImageViewer { public void openImageSeries(String[] argList, int zSections); }