public class CacheRateStatsListener extends Object implements BuckEventListener
| Constructor and Description |
|---|
CacheRateStatsListener(BuckEventBus buckEventBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(BuildEvent.Finished finished) |
void |
buildRuleFinished(BuildRuleEvent.Finished finished) |
void |
ruleCountCalculated(BuildEvent.RuleCountCalculated calculated) |
void |
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated updated) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic CacheRateStatsListener(BuckEventBus buckEventBus)
public void ruleCountCalculated(BuildEvent.RuleCountCalculated calculated)
public void ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated updated)
public void buildRuleFinished(BuildRuleEvent.Finished finished)
public void buildFinished(BuildEvent.Finished finished)