INTERFACETextSubsViewer ; IMPORT TextSubs; IMPORT StarterScanList; IMPORT TermIO; TYPE T <: Public; Public = OBJECT METHODS init(startingStarters: StarterScanList.T := NIL): T; setSubs(subs: TextSubs.T); getIO(): TermIO.T; install(closingKillsProcess := TRUE); awaitDelete(); END; END TextSubsViewer.