Class RunFrame

java.lang.Object
com.calebleavell.jatui.core.RunFrame

public class RunFrame extends Object
Holds information required for a single scheduling unit of the application. In principle, the application runs module-by-module, so the primary data stored is module. Everything else (e.g., parent) is auxiliary information to help manage the run stack (created in TUIModule.start()).