Secure iNet Factory

com.jscape.zip
Class ArchiveDecompressedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jscape.zip.ArchiveDecompressedEvent
All Implemented Interfaces:
java.io.Serializable

public class ArchiveDecompressedEvent
extends java.util.EventObject

Fired when a archive file is decompressed.

See Also:
Serialized Form

Constructor Summary
ArchiveDecompressedEvent(java.lang.Object source, java.io.File file)
          Creates ArchiveDecompressedEvent.
 
Method Summary
 void accept(ArchiveListener listener)
          Method accept.
 java.io.File getFile()
          Gets the decompressed file.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveDecompressedEvent

public ArchiveDecompressedEvent(java.lang.Object source,
                                java.io.File file)
Creates ArchiveDecompressedEvent.

Parameters:
source - the source of the event
file - the decompressed file.
Method Detail

getFile

public java.io.File getFile()
Gets the decompressed file.

Returns:
File the instance of the decompressed file.

accept

public void accept(ArchiveListener listener)
Method accept.

Parameters:
listener - listener

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved