za.co.bluesphere.sens.ui
Class SENSApplication

java.lang.Object
  extended by za.co.bluesphere.sens.ui.SENSApplication
All Implemented Interfaces:
org.eclipse.core.runtime.IPlatformRunnable

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

This is the RCP application for SENS.


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
SENSApplication()
           
 
Method Summary
 java.lang.Object run(java.lang.Object args)
          Runs this runnable with the given args and returns a result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SENSApplication

public SENSApplication()
Method Detail

run

public java.lang.Object run(java.lang.Object args)
                     throws java.lang.Exception
Runs this runnable with the given args and returns a result. Applications can return any object they like. If an Integer is returned it is treated as the program exit code if Eclipse is exiting.

Specified by:
run in interface org.eclipse.core.runtime.IPlatformRunnable
Parameters:
args - the argument(s) to pass to the application
Returns:
the return value of the application
Throws:
java.lang.Exception - if there is a problem running this runnable.
See Also:
SENS Appliction exiting normally, Restart SENS Application, probably does not restart VM?, Probably asks the surrounding C++ program to restart the VM...