EventsBagIso

Inheritance: java.lang.Object

public final class EventsBagIso

Events container used on IsoArchive saving.

Constructors

ConstructorDescription
EventsBagIso()

Methods

MethodDescription
getEntryAccessed()Gets an event that is raised before an archive entry is being compressed.
getEntryCompressed()Gets an event that is raised after an archive entry has been compressed.
setEntryAccessed(Event<EntryEventArgsIso> value)Sets an event that is raised before an archive entry is being compressed.
setEntryCompressed(Event<EntryEventArgsIso> value)Sets an event that is raised after an archive entry has been compressed.

EventsBagIso()

public EventsBagIso()

getEntryAccessed()

public Event<EntryEventArgsIso> getEntryAccessed()

Gets an event that is raised before an archive entry is being compressed.

Returns: Event - an event that is raised before an archive entry is being compressed

getEntryCompressed()

public Event<EntryEventArgsIso> getEntryCompressed()

Gets an event that is raised after an archive entry has been compressed.

Returns: Event - an event that is raised after an archive entry has been compressed

setEntryAccessed(Event<EntryEventArgsIso> value)

public void setEntryAccessed(Event<EntryEventArgsIso> value)

Sets an event that is raised before an archive entry is being compressed.

Parameters:

ParameterTypeDescription
valuecom.aspose.zip.Event<com.aspose.zip.EntryEventArgsIso>an event that is raised before an archive entry is being compressed.

setEntryCompressed(Event<EntryEventArgsIso> value)

public void setEntryCompressed(Event<EntryEventArgsIso> value)

Sets an event that is raised after an archive entry has been compressed.

Parameters:

ParameterTypeDescription
valuecom.aspose.zip.Event<com.aspose.zip.EntryEventArgsIso>an event that is raised after an archive entry has been compressed