roboplayer.core.body
Interface TickListener

All Known Implementing Classes:
BallWatcher, DebugPanel, Machine

public interface TickListener

This interface is used to send tick message to modules which want to be synchronized by one central clock.

Version:
1.0
Author:
Krzysztof Langner

Method Summary
 void onTick()
          Send to tick listener.
 

Method Detail

onTick

public void onTick()
Send to tick listener. This function can be used instead of creating separate thread main application logic.