com.itmill.toolkit.terminal.gwt.client
Class NullConsole

java.lang.Object
  extended by com.itmill.toolkit.terminal.gwt.client.NullConsole
All Implemented Interfaces:
Console

public class NullConsole
extends Object
implements Console

Client side console implementation for non-debug mode that discards all messages.


Constructor Summary
NullConsole()
           
 
Method Summary
 void dirUIDL(UIDL u)
           
 void error(String msg)
           
 void log(String msg)
           
 void printLayoutProblems(com.google.gwt.json.client.JSONArray array, ApplicationConnection applicationConnection, Set<Paintable> zeroHeightComponents, Set<Paintable> zeroWidthComponents)
           
 void printObject(Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullConsole

public NullConsole()
Method Detail

dirUIDL

public void dirUIDL(UIDL u)
Specified by:
dirUIDL in interface Console

error

public void error(String msg)
Specified by:
error in interface Console

log

public void log(String msg)
Specified by:
log in interface Console

printObject

public void printObject(Object msg)
Specified by:
printObject in interface Console

printLayoutProblems

public void printLayoutProblems(com.google.gwt.json.client.JSONArray array,
                                ApplicationConnection applicationConnection,
                                Set<Paintable> zeroHeightComponents,
                                Set<Paintable> zeroWidthComponents)
Specified by:
printLayoutProblems in interface Console


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.