package net.sourceforge.pmd.util.viewer.gui; /** * contains action command constants * * @author Boris Gruschko ( boris at gruschko.org ) * @version $Id: ActionCommands.java 4217 2006-02-10 14:15:31Z tomcopeland $ */ public interface ActionCommands { String COMPILE_ACTION = "Compile"; String EVALUATE_ACTION = "Evaluate"; }