1 package nl.toolforge.karma.core.cmd.event; 2 3 /*** 4 * @author D.A. Smedes 5 * @version $Id: Event.java,v 1.1 2004/10/09 21:24:24 asmedes Exp $ 6 */ 7 public interface Event { 8 public static final int LEVEL_VERBOSE = 0; 9 public static final int LEVEL_DEBUG = 1; 10 public static final int LEVEL_INFO = 2; 11 }