Secure iNet Factory

com.jscape.zip
Class ArchiveCompressedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.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.
 
Method Summary
 void accept(ArchiveListener listener)
          Method accept
 java.io.File getFile()
          Gets the compressed 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

ArchiveCompressedEvent

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

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

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 -

Secure iNet Factory

Copyright JSCAPE 1999-2008 All Rights Reserved