org.stanwood.media.source.xbmc.updater
Interface IConsole


public interface IConsole

A interface to output consoles, used by the updater


Method Summary
 void error(java.lang.String error)
          Send a error message to the console
 void info(java.lang.String info)
          Send a info message to the console
 

Method Detail

error

void error(java.lang.String error)
Send a error message to the console

Parameters:
error - The error message

info

void info(java.lang.String info)
Send a info message to the console

Parameters:
info - The info message