Uses of Interface
de.unifreiburg.twodeedoo.view.IGameController

Packages that use IGameController
de.unifreiburg.twodeedoo.model Game model (actors, activities) 
de.unifreiburg.twodeedoo.model.test Test helpers for the model layer. 
de.unifreiburg.twodeedoo.view Swing component to display scenes, schedule activities and dispatch keys. 
 

Uses of IGameController in de.unifreiburg.twodeedoo.model
 

Constructors in de.unifreiburg.twodeedoo.model with parameters of type IGameController
SimpleActivity(IScene scene, IGameController gameController)
          Create instance
 

Uses of IGameController in de.unifreiburg.twodeedoo.model.test
 

Classes in de.unifreiburg.twodeedoo.model.test that implement IGameController
 class FakeGameController
          IGameController fake for testing.
 

Uses of IGameController in de.unifreiburg.twodeedoo.view
 

Classes in de.unifreiburg.twodeedoo.view that implement IGameController
 class SceneView
          I display the contents of a scene at regular intervals.