Class Console


  • public class Console
    extends Object
    This is a factory design model.
    Author:
    ilist
    • Constructor Detail

      • Console

        public Console()
    • Method Detail

      • getInstance

        public static ConsoleInterface getInstance()
        Insert the method's description here. Creation date: (9.12.2000 16:39:46)
        Returns:
        com.cosylab.vdct.Console
      • setInstance

        public static void setInstance​(ConsoleInterface instance)
        This is a small trick to replace the default console.
        Parameters:
        instance - instance that is used throughout the aplication