Uses of Interface
org.nuiton.log.LutinLogListener

Packages that use LutinLogListener
org.nuiton.log Ce package permet de mettre en place facilement des logs dans les applications. 
 

Uses of LutinLogListener in org.nuiton.log
 

Classes in org.nuiton.log that implement LutinLogListener
 class MonitorMapper
          Helper to monitor LutinLog.
 

Fields in org.nuiton.log with type parameters of type LutinLogListener
protected  CategorisedListenerSet<LutinLogListener> LutinLogFactory.listeners
           
 

Methods in org.nuiton.log with parameters of type LutinLogListener
 void LutinLog.addLutinLogListener(LutinLogListener l)
          Deprecated.  
 void LutinLogFactory.addLutinLogListener(LutinLogListener l)
          Add listener on all LutinLog
 void LutinLogFactory.addLutinLogListener(LutinLog log, LutinLogListener l)
          Add listener on specific LutinLog
 void LutinLog.removeLutinLogListener(LutinLogListener l)
          Deprecated.  
 void LutinLogFactory.removeLutinLogListener(LutinLogListener l)
          Add listener on all LutinLog
 void LutinLogFactory.removeLutinLogListener(LutinLog log, LutinLogListener l)
          Add listener on specific LutinLog
 



Copyright © 2004-2009 CodeLutin. All Rights Reserved.