Interface ModuleInterface

All Known Implementing Classes:
Module

public interface ModuleInterface

This class describes the interface for modules that use the program's external API


Method Summary
 void calledOnReset()
          called when the user hits reset
 void oneOffInitialisation()
          performs any one-time set-up operations
 void update()
          called once during every frame
 

Method Detail

oneOffInitialisation

public void oneOffInitialisation()
performs any one-time set-up operations

calledOnReset

public void calledOnReset()
called when the user hits reset

update

public void update()
called once during every frame