Package ptolemy.util
Interface StatusHandler
-
- All Known Implementing Classes:
ActorGraphFrame
,BasicGraphFrame
,CaseGraphFrame
,CodeGeneratorGUI
,Console.ConsoleFrame
,CustomizableRunFrame
,DebugListenerTableau.DebugListenerFrame
,DocBuilderGUI
,DocViewer
,EditIconFrame
,ExecShellTableau.ExecShellFrame
,ExpressionShellFrame
,ExtendedGraphFrame
,FmvAutomatonGraphFrame
,FSMGraphFrame
,GeneratorTableau.GeneratorFrame
,GTFrame
,HTMLViewer
,ImageDisplayJavaSE.ImageWindow
,InteractiveDialog.DialogFrame
,InteractiveShell.ShellFrame
,InterfaceAutomatonGraphFrame
,JVMTableau.JVMFrame
,MappingEditorGUI
,MatchResultViewer
,MathematicalModelConverterGUI
,ModelFrame
,OntologyGraphFrame
,OntologySolverGraphFrame
,PlotTableauFrame
,PteraGraphFrame
,PtolemyFrame
,PythonShellTableau.PythonShellFrame
,RunLayoutFrame
,RunTableau.RunFrame
,SCRTableFrame
,SyntaxTextEditor
,SyntaxTextEditorForStringAttributes
,TableauFrame
,TclShellTableau.TclShellFrame
,TextEditor
,TextEditorForStringAttributes
,Top
,TopTest
,TransformationEditor
,TreeTableau.TreeFrame
,WelcomeWindow
public interface StatusHandler
Interface for objects that can display status messages.- Since:
- Ptolemy II 11.0
- Version:
- $Id$
- Author:
- Edward A. Lee
- See Also:
MessageHandler
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Yellow (eal)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
status(java.lang.String message)
Display a status message.
-