org.yasl.logging.interfaces
Class YASLLoggerFactoryEvent

java.lang.Object
  extended byorg.yasl.logging.interfaces.YASLLoggerFactoryEvent

public class YASLLoggerFactoryEvent
extends Object

Version:
1.0
Author:
Jeff Chapman

Field Summary
static int ID_LOGGER_CREATED
           
 
Constructor Summary
YASLLoggerFactoryEvent(int id, IYASLLogger logger)
           
 
Method Summary
 int getEventID()
           
 IYASLLogger getLogger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_LOGGER_CREATED

public static final int ID_LOGGER_CREATED
See Also:
Constant Field Values
Constructor Detail

YASLLoggerFactoryEvent

public YASLLoggerFactoryEvent(int id,
                              IYASLLogger logger)
Method Detail

getEventID

public int getEventID()

getLogger

public IYASLLogger getLogger()