Package edu.cmu.tetrad.util
Class TetradLoggerEvent
java.lang.Object
java.util.EventObject
edu.cmu.tetrad.util.TetradLoggerEvent
- All Implemented Interfaces:
Serializable
An event associated with the
TetradLoggerListener
.- Version:
- $Id: $Id
- Author:
- Tyler Gibson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTetradLoggerEvent
(Object source, TetradLoggerConfig config) Constructs the event given the source and theTetradLoggerConfig
associated with the event if there is one -
Method Summary
Modifier and TypeMethodDescriptiongetTetradLoggerConfig.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TetradLoggerEvent
Constructs the event given the source and theTetradLoggerConfig
associated with the event if there is one- Parameters:
source
- - The sourceconfig
- - The config, may be null.
-
-
Method Details
-
getTetradLoggerConfig
getTetradLoggerConfig.
- Returns:
- a
TetradLoggerConfig
object
-