All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface IMSWG.IU.Mode

public interface Mode
This interface is used by Modelet to enforce its requirement that subclasses of Modelet must contain a go() routine to replace the now-unavailable init() routine.


Method Index

 o go()
This is the routine that replaces Applet's init() routine for Modelets.

Methods

 o go
 public abstract void go()
This is the routine that replaces Applet's init() routine for Modelets.


All Packages  Class Hierarchy  This Package  Previous  Next  Index