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, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringpublic 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)
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.