ipworkszip
Class ZipPasswordEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworkszip.ZipPasswordEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ZipPasswordEvent
- extends java.util.EventObject
Fired when a file is encrypted, and the file's password is incorrect.
This event is fired when the bean attempts to uncompress
an encrypted file and the decryption fails due to an invalid
password. The file may be identified in the collection by the Index parameter.
Setting the Password parameter in this event will cause
the bean to attempt to decrypt and decompress the file
again with the specified password.
If the Password parameter is an empty string when this
event completes, an error will occur.
- See Also:
Zip
,
Zip.PasswordEvent
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
index
public int index
password
public java.lang.String password
Copyright (c) 2009 /n software inc. - All rights reserved.