FileDocCategorySizeDatePackage
ILayoutLog.javaAPI DocAndroid 1.5 API1214Wed May 06 22:42:02 BST 2009com.android.layoutlib.api

ILayoutLog

public interface ILayoutLog
Callback interface to display warnings/errors that happened during the computation and rendering of the layout.

Fields Summary
Constructors Summary
Methods Summary
public voiderror(java.lang.String message)
Displays an error message.

param
message the message to display.

public voiderror(java.lang.Throwable t)
Displays an exception

param
t the {@link Throwable} to display.

public voidwarning(java.lang.String message)
Displays a warning message.

param
message the message to display.