org.almendra.commons.util.logging
Class RemoveLogListenerParams

java.lang.Object
  extended by org.almendra.commons.events.AbstractEventParams
      extended by org.almendra.commons.util.logging.LogListenerParams
          extended by org.almendra.commons.util.logging.RemoveLogListenerParams
All Implemented Interfaces:
java.io.Serializable, IEventParams

public class RemoveLogListenerParams
extends LogListenerParams

Author:
Oliver
See Also:
Serialized Form

Field Summary
static java.lang.String EVENT_NAME
           
 
Fields inherited from class org.almendra.commons.util.logging.LogListenerParams
listener, logger
 
Fields inherited from class org.almendra.commons.events.AbstractEventParams
attributes
 
Constructor Summary
RemoveLogListenerParams()
          Creates a new RemoveLogListenerParams object.
RemoveLogListenerParams(ILogListener listener, Logger logger)
          Creates a new RemoveLogListenerParams object.
 
Method Summary
 
Methods inherited from class org.almendra.commons.util.logging.LogListenerParams
getLogger, getLogListener
 
Methods inherited from class org.almendra.commons.events.AbstractEventParams
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.almendra.commons.events.IEventParams
get, put
 

Field Detail

EVENT_NAME

public static final java.lang.String EVENT_NAME
See Also:
Constant Field Values
Constructor Detail

RemoveLogListenerParams

public RemoveLogListenerParams()
Creates a new RemoveLogListenerParams object.


RemoveLogListenerParams

public RemoveLogListenerParams(ILogListener listener,
                               Logger logger)
Creates a new RemoveLogListenerParams object.