// AID-GENERATED // ========================================================================= // This class was generated by AID - Abstract Interface Definition // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. // ========================================================================= // Copyright 2004-2005, FreeHEP. package hep.graphics.heprep; /** * HepRepFrameListener interface. The implementor is called back for changes in * drawing in or out of the frame layer. * * @author Mark Donszelmann */ public interface HepRepFrameListener { /** * Called if we switch from a normal layer to a frame layer, and back. * * @param inFrame true if in a frame layer */ public void setFrameLayer(boolean inFrame); } // class or interface