EventsBag

Inheritance: java.lang.Object

public final class EventsBag

Events container used on Archive saving.

Constructors

ConstructorDescription
EventsBag()

Methods

MethodDescription
getEntryCompressed()Gets an event that is raised after an archive entry has been compressed.
setEntryCompressed(Event<CancelEntryEventArgs> value)Gets an event that is raised after an archive entry has been compressed.

EventsBag()

public EventsBag()

getEntryCompressed()

public Event<CancelEntryEventArgs> 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.

setEntryCompressed(Event<CancelEntryEventArgs> value)

public void setEntryCompressed(Event<CancelEntryEventArgs> value)

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

Parameters:

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