urv.app.samples
Class AppTest

java.lang.Object
  extended by urv.app.Application
      extended by urv.app.samples.AppTest

public class AppTest
extends Application


Constructor Summary
AppTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Launches this application
 void start()
           
 
Methods inherited from class urv.app.Application
createMChannel, registerAppLauncher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppTest

public AppTest()
Method Detail

main

public static void main(java.lang.String[] args)
Launches this application


start

public void start()
Specified by:
start in class Application