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
.- Author:
- Tyler Gibson
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
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
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
-