Guvnor - Project API 6.1.0.Beta2

org.guvnor.common.services.project.events
Class RuleNameUpdateEvent

java.lang.Object
  extended by org.guvnor.common.services.project.events.RuleNameUpdateEvent

public class RuleNameUpdateEvent
extends Object


Constructor Summary
RuleNameUpdateEvent(Project project, Map<String,Collection<String>> ruleNames)
           
 
Method Summary
 Project getProject()
           
 Map<String,Collection<String>> getRuleNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleNameUpdateEvent

public RuleNameUpdateEvent(Project project,
                           Map<String,Collection<String>> ruleNames)
Method Detail

getRuleNames

public Map<String,Collection<String>> getRuleNames()

getProject

public Project getProject()

Guvnor - Project API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.