Uses of Interface
com.WorldLibAndroid.IInit

Packages that use IInit
com.WorldLibAndroid   
com.WorldLibAndroid.Demo   
 

Uses of IInit in com.WorldLibAndroid
 

Classes in com.WorldLibAndroid that implement IInit
 class World
          World for programming interactive games - with graphics, key events, mouse events and a timer.
 

Methods in com.WorldLibAndroid with parameters of type IInit
 void IWorld.onInit(IInit init)
          With this method the user establish the initial values at bigBang.
 

Uses of IInit in com.WorldLibAndroid.Demo
 

Classes in com.WorldLibAndroid.Demo that implement IInit
 class MainWorld
          Main class to the activity is created.
 

Methods in com.WorldLibAndroid.Demo with parameters of type IInit
 void BlobWorld.onInit(IInit ii)