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.
-
go()
- This is the routine that replaces Applet's init() routine for
Modelets.
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