Package com.cosylab.vdct
Class Console
- java.lang.Object
-
- com.cosylab.vdct.Console
-
public class Console extends Object
This is a factory design model.- Author:
- ilist
-
-
Field Summary
Fields Modifier and Type Field Description protected static ConsoleInterface
instance
-
Constructor Summary
Constructors Constructor Description Console()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConsoleInterface
getInstance()
Insert the method's description here.static void
setInstance(ConsoleInterface instance)
This is a small trick to replace the default console.
-
-
-
Field Detail
-
instance
protected static ConsoleInterface instance
-
-
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
-
-