net.ctdp.rfdynhud.gamedata
Interface ScoringInfo.ScoringInfoUpdateListener
- All Superinterfaces:
- LiveGameData.GameDataUpdateListener
- All Known Implementing Classes:
- FuelUsageRecorder
- Enclosing class:
- ScoringInfo
public static interface ScoringInfo.ScoringInfoUpdateListener
- extends LiveGameData.GameDataUpdateListener
onScoringInfoUpdated
void onScoringInfoUpdated(LiveGameData gameData,
boolean isEditorMode)
onPlayerJoined
void onPlayerJoined(LiveGameData gameData,
VehicleScoringInfo joinedVSI,
boolean rejoined)
onPlayerLeft
void onPlayerLeft(LiveGameData gameData,
java.lang.Integer vsiID)