Interface TextGUIThreadFactory

All Known Implementing Classes:
SameTextGUIThread.Factory, SeparateTextGUIThread.Factory

public interface TextGUIThreadFactory
Factory class for creating TextGUIThread objects. This is used by TextGUI implementations to assign their local TextGUIThread reference
  • Method Details

    • createTextGUIThread

      TextGUIThread createTextGUIThread(TextGUI textGUI)
      Creates a new TextGUIThread objects
      Parameters:
      textGUI - TextGUI this TextGUIThread should be associated with
      Returns:
      The new TextGUIThread