Class EventsBagIso

    • Constructor Detail

      • EventsBagIso

        public EventsBagIso()
    • Method Detail

      • getEntryCompressed

        public Event<EntryEventArgsIso> getEntryCompressed()
        Gets an event that is raised after an archive entry has been compressed.
        Returns:
        an event that is raised after an archive entry has been compressed
      • setEntryCompressed

        public void setEntryCompressed​(Event<EntryEventArgsIso> value)
        Sets an event that is raised after an archive entry has been compressed.
        Parameters:
        value - an event that is raised after an archive entry has been compressed
      • getEntryAccessed

        public Event<EntryEventArgsIso> getEntryAccessed()
        Gets an event that is raised before an archive entry is being compressed.
        Returns:
        an event that is raised before an archive entry is being compressed
      • setEntryAccessed

        public void setEntryAccessed​(Event<EntryEventArgsIso> value)
        Sets an event that is raised before an archive entry is being compressed.
        Parameters:
        value - an event that is raised before an archive entry is being compressed.