de.rico.engine.controller
Interface ControllerIface

All Known Implementing Classes:
LightSwingController, RotationXController, RotationYController

public interface ControllerIface

This interface specifies the common controller methods.

Author:
Frank Bruns

Method Summary
 void update(long elapsedTime)
          This methods updates the controllers actions
 

Method Detail

update

void update(long elapsedTime)
This methods updates the controllers actions

Parameters:
elapsedTime - time between two frames