EventsBagXar
Contents
[
Hide
]Inheritance: java.lang.Object
public final class EventsBagXar
Events container used on XarArchive saving.
Constructors
Constructor | Description |
---|---|
EventsBagXar() |
Methods
Method | Description |
---|---|
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<EntryEventArgsXar> value) | Sets an event that is raised before an archive entry is being compressed. |
setEntryCompressed(Event<CancelEntryEventArgsXar> value) | Sets an event that is raised after an archive entry has been compressed. |
EventsBagXar()
public EventsBagXar()
getEntryAccessed()
public Event<EntryEventArgsXar> 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<CancelEntryEventArgsXar> 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<EntryEventArgsXar> value)
public void setEntryAccessed(Event<EntryEventArgsXar> value)
Sets an event that is raised before an archive entry is being compressed.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.zip.Event<com.aspose.zip.EntryEventArgsXar> | an event that is raised before an archive entry is being compressed. |
setEntryCompressed(Event<CancelEntryEventArgsXar> value)
public void setEntryCompressed(Event<CancelEntryEventArgsXar> value)
Sets an event that is raised after an archive entry has been compressed.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.zip.Event<com.aspose.zip.CancelEntryEventArgsXar> | an event that is raised after an archive entry has been compressed |