Secure iNet Factory

com.jscape.zip
Class ArchiveCompressedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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.
 
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 - listener

Secure iNet Factory

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