eu.ensam.ii.vrpn
Class VrpnApplication

java.lang.Object
  extended by android.app.Application
      extended by eu.ensam.ii.vrpn.VrpnApplication

public class VrpnApplication
extends Application

This class must be used as an Application for applications that use the Vrpn widgets.

An application that wants to use the Vrpn widgets must define an application tag with the name of this class in its manifest :


Constructor Summary
VrpnApplication()
           
 
Method Summary
 void onCreate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VrpnApplication

public VrpnApplication()
Method Detail

onCreate

public void onCreate()