com.jscape.zip
Class ArchiveCompressedEvent
java.lang.Object
java.util.EventObject
com.jscape.zip.ArchiveCompressedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ArchiveCompressedEvent
- extends java.util.EventObject
Fired when a file is compressed.
- See Also:
- Serialized Form
Constructor Summary |
ArchiveCompressedEvent(java.lang.Object source,
java.io.File file)
Creates ArchiveCompressedEvent . |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArchiveCompressedEvent
public ArchiveCompressedEvent(java.lang.Object source,
java.io.File file)
- Creates
ArchiveCompressedEvent
.
- Parameters:
source
- the source of the eventfile
- the compressed file.
getFile
public java.io.File getFile()
- Gets the compressed file.
- Returns:
- File the current instance of the compressed file.
accept
public void accept(ArchiveListener listener)
- Method accept.
- Parameters:
listener
- listener
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved