com.cosylab.vdct
Class Console

java.lang.Object
  extended by com.cosylab.vdct.Console

public class Console
extends java.lang.Object

This is a factory design model.

Author:
ilist

Field Summary
protected static ConsoleInterface instance
           
 
Constructor Summary
Console()
           
 
Method Summary
static ConsoleInterface getInstance()
          Insert the method's description here.
static void setInstance(ConsoleInterface instance)
          This is a small trick to replace the default console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected static ConsoleInterface instance
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