ballworld.model
Interface IViewUpdateAdapter


public interface IViewUpdateAdapter

This interface is used for the fast, repetitive updating communications to the model, such as those needed during a timer tick.

Author:
swong

Method Summary
 void update()
          Update the view, in response to a timer tick event.
 

Method Detail

update

void update()
Update the view, in response to a timer tick event.