EventsBagIso
Contents
[
Hide
]Inheritance: java.lang.Object
public final class EventsBagIso
Events container used on IsoArchive saving.
Constructors
| Constructor | Description | 
|---|---|
| EventsBagIso() | 
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<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:
| Parameter | Type | Description | 
|---|---|---|
| value | com.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:
| Parameter | Type | Description | 
|---|---|---|
| value | com.aspose.zip.Event<com.aspose.zip.EntryEventArgsIso> | an event that is raised after an archive entry has been compressed |