edu.stanford.hci.r3.actions.types
Class RunJavaAppAction

java.lang.Object
  extended by edu.stanford.hci.r3.actions.types.RunJavaAppAction
All Implemented Interfaces:
R3Action

public class RunJavaAppAction
extends java.lang.Object
implements R3Action

Runs the main method of a java class.

This software is distributed under the BSD License.


Constructor Summary
RunJavaAppAction(java.lang.Class classWithMainFunction)
           
 
Method Summary
 void invoke()
          Invokes the main method of the given class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.stanford.hci.r3.actions.R3Action
toString
 

Constructor Detail

RunJavaAppAction

public RunJavaAppAction(java.lang.Class classWithMainFunction)
Parameters:
classWithMainFunction -
Method Detail

invoke

public void invoke()
Invokes the main method of the given class.

Specified by:
invoke in interface R3Action
See Also:
R3Action.invoke()

Copyright 2006 Stanford University