Uses of Interface
org.sblim.cimclient.LogListener

Packages that use LogListener
org.sblim.cimclient Provides classes and interfaces for SBLIM extensions to JSR48. 
org.sblim.cimclient.internal.logging Internal implementation of the logging & messaging framework. 
 

Uses of LogListener in org.sblim.cimclient
 

Methods in org.sblim.cimclient that return types with arguments of type LogListener
 List<LogListener> LogAndTraceManager.getLogListeners()
          Gets the registered log listeners including the internal console and file loggers.
 

Methods in org.sblim.cimclient with parameters of type LogListener
 void LogAndTraceManager.addLogListener(LogListener pListener)
          Adds a listener for log messages.
 void LogAndTraceManager.removeLogListener(LogListener pListener)
          Remove a listener.
 

Uses of LogListener in org.sblim.cimclient.internal.logging
 

Methods in org.sblim.cimclient.internal.logging that return types with arguments of type LogListener
 List<LogListener> LogAndTraceBroker.getLogListeners()
          Gets the registered log listeners including the internal console and file loggers.
 

Methods in org.sblim.cimclient.internal.logging with parameters of type LogListener
 void LogAndTraceBroker.addLogListener(LogListener pListener)
          Adds a listener for log messages.
 void LogAndTraceBroker.removeLogListener(LogListener pListener)
          Remove a listener.
 



Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.