package visad; /** * * @author rink */ public interface AVHandler { public void setWhichChild(int index); }