Class TetradLoggerEvent

java.lang.Object
java.util.EventObject
edu.cmu.tetrad.util.TetradLoggerEvent
All Implemented Interfaces:
Serializable

public class TetradLoggerEvent extends EventObject
An event associated with the TetradLoggerListener.
Author:
Tyler Gibson
See Also:
  • Constructor Details

    • TetradLoggerEvent

      public TetradLoggerEvent(Object source, TetradLoggerConfig config)
      Constructs the event given the source and the TetradLoggerConfig associated with the event if there is one
      Parameters:
      source - - The source
      config - - The config, may be null.
  • Method Details