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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionTetradLoggerEvent(Object source, TetradLoggerConfig config) Constructs the event given the source and theTetradLoggerConfigassociated with the event if there is one
- 
Method SummaryMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
TetradLoggerEventConstructs the event given the source and theTetradLoggerConfigassociated with the event if there is one- Parameters:
- source- - The source
- config- - The config, may be null.
 
 
- 
- 
Method Details- 
getTetradLoggerConfig
 
-