Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Interface
com.lapetus_ltd.api.common.logger.ILptsLogListener

Packages that use ILptsLogListener
com.lapetus_ltd.api.common.logger All the logger classes are in here. 
com.lapetus_ltd.api.db.gui.dialogs The connection and data view dialogs are available in here. 
 

Uses of ILptsLogListener in com.lapetus_ltd.api.common.logger
 

Classes in com.lapetus_ltd.api.common.logger that implement ILptsLogListener
 class TLptsLogOutputListener
          Class Description : This class writes the logs to a text file.
 

Methods in com.lapetus_ltd.api.common.logger with parameters of type ILptsLogListener
static void TLptsLogger.addListener(ILptsLogListener listener)
           Add a listener (that implements ILptsLogListener) to be informed of all logs.
static void TLptsLogger.removeListener(ILptsLogListener listener)
           Remove a previously added listener.
 

Uses of ILptsLogListener in com.lapetus_ltd.api.db.gui.dialogs
 

Classes in com.lapetus_ltd.api.db.gui.dialogs that implement ILptsLogListener
 class TLptsViewLogPanel
          Class Description : Use this panel in the application to show and control the logs in the logger.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)