public class NullNewRuleListener extends java.lang.Object implements NewRuleListener
| Modifier and Type | Field and Description |
|---|---|
static NewRuleListener |
INSTANCE |
| Constructor and Description |
|---|
NullNewRuleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ruleAdded(RuleApp rule,
PosInOccurrence pos)
Called when a new RuleApp is added
|
void |
rulesAdded(ImmutableList<? extends RuleApp> rule,
PosInOccurrence pos)
Called when a collection of new RuleApps is added
|
public static final NewRuleListener INSTANCE
public void ruleAdded(RuleApp rule, PosInOccurrence pos)
NewRuleListenerruleAdded in interface NewRuleListenerpublic void rulesAdded(ImmutableList<? extends RuleApp> rule, PosInOccurrence pos)
NewRuleListenerrulesAdded in interface NewRuleListener