public final class LogEntryEvent extends EventObject
It has only one public class member named getLogEntry. This member is a method, which just returns the sent packet.
This class is fully threadsafe.
source| Constructor and Description |
|---|
LogEntryEvent(Object source,
LogEntry logEntry)
Creates and initializes a LogEntryEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
getLogEntry()
Returns the LogEntry packet, which has just been sent.
|
getSource, toStringpublic LogEntry getLogEntry()
Copyright © 2023. All rights reserved.