Class EntryEventArgs

    • Constructor Detail

      • EntryEventArgs

        public EntryEventArgs​(ArchiveEntry entry)

        Initializes a new instance of the EntryEventArgs class.

        Parameters:
        entry - Archive entry the event is raised for.
    • Method Detail

      • getEntry

        public final ArchiveEntry getEntry()

        Gets the archive entry the event is raised for.

        Returns:
        the archive entry the event is raised for.