Package mgui.interfaces.exec
Class MguiExec
java.lang.Object
mgui.interfaces.exec.MguiExec
- All Implemented Interfaces:
InitListener
public class MguiExec extends java.lang.Object implements InitListener
Simple launcher for a modelGUI session which allows the user to specify an init file via the
InitFrame
.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Constructor Summary
Constructors Constructor Description MguiExec()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MguiExec
public MguiExec()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)- Parameters:
args
-
-
doInit
public void doInit(java.lang.String init_file)- Specified by:
doInit
in interfaceInitListener
-