1 package org.qdwizard; 2 3 4 /*** 5 * Screens needing to clear wizard cache 6 * (values filled up in different screens) should implement this interface 7 * @author Bertrand Florat 8 * */ 9 public interface ClearPoint { 10 11 }