Uses of Interface
net.ctdp.rfdynhud.gamedata.ScoringInfo.ScoringInfoUpdateListener

Packages that use ScoringInfo.ScoringInfoUpdateListener
net.ctdp.rfdynhud.gamedata   
 

Uses of ScoringInfo.ScoringInfoUpdateListener in net.ctdp.rfdynhud.gamedata
 

Classes in net.ctdp.rfdynhud.gamedata that implement ScoringInfo.ScoringInfoUpdateListener
 class FuelUsageRecorder
          Records fuel usages per lap.
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type ScoringInfo.ScoringInfoUpdateListener
 void ScoringInfo.registerListener(ScoringInfo.ScoringInfoUpdateListener l)
           
 void ScoringInfo.unregisterListener(ScoringInfo.ScoringInfoUpdateListener l)