Class EntryAddedEvent<E>

  • All Implemented Interfaces:
    RegistryEvent

    public class EntryAddedEvent<E>
    extends java.lang.Object
    • Method Detail

      • getEventType

        public RegistryEvent.Type getEventType()
        Description copied from interface: RegistryEvent
        Returns the type of the Registry event.
        Returns:
        the type of the Registry event
      • getAddedEntry

        public E getAddedEntry()
      • getCreationTime

        public java.time.ZonedDateTime getCreationTime()
        Description copied from interface: RegistryEvent
        Returns the creation time of Registry event.
        Specified by:
        getCreationTime in interface RegistryEvent
        Returns:
        the creation time of Registry event