Class LogEvent

All Implemented Interfaces:
Serializable

public class LogEvent extends Event<LogRecord>
See Also:
  • Constructor Details

    • LogEvent

      public LogEvent(LogRecord source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.