public class LogFileChangeEvent extends GenericEvent
LogPrinterFile
when the logFile changes.Modifier and Type | Class and Description |
---|---|
static interface |
LogFileChangeEvent.Listener |
static interface |
LogFileChangeEvent.Source |
Constructor and Description |
---|
LogFileChangeEvent(java.lang.String logChName,
java.io.File oldFile,
java.io.File newFile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLogChannelName() |
java.io.File |
getNewFile() |
java.io.File |
getOldFile() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
public LogFileChangeEvent(java.lang.String logChName, java.io.File oldFile, java.io.File newFile)
public java.lang.String getLogChannelName()
public java.io.File getOldFile()
public java.io.File getNewFile()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.