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


Method Summary
 void onPlayerJoined(LiveGameData gameData, VehicleScoringInfo joinedVSI, boolean rejoined)
           
 void onPlayerLeft(LiveGameData gameData, java.lang.Integer vsiID)
           
 void onScoringInfoUpdated(LiveGameData gameData, boolean isEditorMode)
           
 
Methods inherited from interface net.ctdp.rfdynhud.gamedata.LiveGameData.GameDataUpdateListener
onGamePauseStateChanged, onRealtimeEntered, onRealtimeExited, onSessionStarted
 

Method Detail

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)