public class EntryReplacedEvent<E> extends Object
RegistryEvent.Type| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getEventTime()
Returns the creation time of Registry event.
|
RegistryEvent.Type |
getEventType()
Returns the type of the Registry event.
|
E |
getNewEntry()
Returns the new entry.
|
E |
getOldEntry()
Returns the old entry.
|
String |
toString() |
public RegistryEvent.Type getEventType()
RegistryEventpublic E getOldEntry()
public E getNewEntry()
public ZonedDateTime getEventTime()
RegistryEventgetEventTime in interface RegistryEventCopyright © 2022. All rights reserved.