de.bsvrz.buv.rw.rw
Class Application

java.lang.Object
  extended by de.bsvrz.buv.rw.rw.Application
All Implemented Interfaces:
org.eclipse.core.runtime.IPlatformRunnable

public class Application
extends java.lang.Object
implements org.eclipse.core.runtime.IPlatformRunnable

This class controls all aspects of the application's execution


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
Application()
           
 
Method Summary
 java.lang.Object run(java.lang.Object args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

run

public java.lang.Object run(java.lang.Object args)
                     throws java.lang.Exception
Specified by:
run in interface org.eclipse.core.runtime.IPlatformRunnable
Throws:
java.lang.Exception