Module be.yildizgames.common.client
Class ConsoleDebugListener
- java.lang.Object
-
- be.yildizgames.common.client.debug.ConsoleDebugListener
-
- All Implemented Interfaces:
DebugListener
public class ConsoleDebugListener extends Object implements DebugListener
- Author:
- Gr��gory Van den Borre
-
-
Field Summary
-
Fields inherited from interface be.yildizgames.common.client.debug.DebugListener
EMPTY
-
-
Constructor Summary
Constructors Constructor Description ConsoleDebugListener()
-
Method Summary
Modifier and Type Method Description voiddisplayDebugMessage(Object message)Display a debug message.voidupdateFps(float fps)Update with the last debug information.
-
-
-
Method Detail
-
updateFps
public void updateFps(float fps)
Description copied from interface:DebugListenerUpdate with the last debug information. This is done once per frame.- Specified by:
updateFpsin interfaceDebugListener- Parameters:
fps- Current Frame per second rate.
-
displayDebugMessage
public void displayDebugMessage(Object message)
Description copied from interface:DebugListenerDisplay a debug message.- Specified by:
displayDebugMessagein interfaceDebugListener- Parameters:
message- Message to display.
-
-