net.ctdp.rfdynhud.gamedata
Interface GraphicsInfo.GraphicsInfoUpdateListener

All Superinterfaces:
LiveGameData.GameDataUpdateListener
Enclosing class:
GraphicsInfo

public static interface GraphicsInfo.GraphicsInfoUpdateListener
extends LiveGameData.GameDataUpdateListener


Method Summary
 void onGraphicsInfoUpdated(LiveGameData gameData, boolean isEditorMode)
           
 void onViewportChanged(LiveGameData gameData, int viewportX, int viewportY, int viewportWidth, int viewportHeight)
           
 
Methods inherited from interface net.ctdp.rfdynhud.gamedata.LiveGameData.GameDataUpdateListener
onGamePauseStateChanged, onRealtimeEntered, onRealtimeExited, onSessionStarted
 

Method Detail

onViewportChanged

void onViewportChanged(LiveGameData gameData,
                       int viewportX,
                       int viewportY,
                       int viewportWidth,
                       int viewportHeight)

onGraphicsInfoUpdated

void onGraphicsInfoUpdated(LiveGameData gameData,
                           boolean isEditorMode)