Class RSUIPlugin

java.lang.Object
org.java.plugin.Plugin
repast.simphony.ui.RSUIPlugin
All Implemented Interfaces:
saf.core.runtime.IApplicationRunnable

public class RSUIPlugin extends org.java.plugin.Plugin implements saf.core.runtime.IApplicationRunnable
SAF UI plugin for repast.simphony simphony gui.
Version:
$Revision: 1.2 $ $Date: 2006/01/06 22:27:26 $
Author:
Nick Collier
  • Field Summary

    Fields inherited from class org.java.plugin.Plugin

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    void
    run(String[] args)
     

    Methods inherited from class org.java.plugin.Plugin

    getDescriptor, getManager, isActive, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RSUIPlugin

      public RSUIPlugin()
  • Method Details

    • doStart

      protected void doStart() throws Exception
      Specified by:
      doStart in class org.java.plugin.Plugin
      Throws:
      Exception
    • doStop

      protected void doStop() throws Exception
      Specified by:
      doStop in class org.java.plugin.Plugin
      Throws:
      Exception
    • run

      public void run(String[] args)
      Specified by:
      run in interface saf.core.runtime.IApplicationRunnable