org.acm.seguin.pmd.swingui.event
Interface PMDDirectoryRequestEventListener
- All Superinterfaces:
- java.util.EventListener
public interface PMDDirectoryRequestEventListener
- extends java.util.EventListener
- Since:
- December 13, 2002
- Version:
- $Revision: 1.1 $, $Date: 2003/07/29 20:51:59 $
- Author:
- Donald A. Leckie
requestRuleSetPath
void requestRuleSetPath(PMDDirectoryRequestEvent event)
- Parameters:
event
-
requestAllRuleSets
void requestAllRuleSets(PMDDirectoryRequestEvent event)
throws PMDException
- Parameters:
event
-
- Throws:
PMDException
requestDefaultRuleSets
void requestDefaultRuleSets(PMDDirectoryRequestEvent event)
- Parameters:
event
-
requestIncludedRules
void requestIncludedRules(PMDDirectoryRequestEvent event)
throws PMDException
- Parameters:
event
-
- Throws:
PMDException