com.myjavaworld.zip
Class ZipEvent
java.lang.Object
java.util.EventObject
com.myjavaworld.zip.ZipEvent
- All Implemented Interfaces:
- Serializable
public class ZipEvent
- extends EventObject
- Author:
- Sai Pullabhotla
- See Also:
- Serialized Form
Field Summary |
static int |
UNZIP
|
static int |
ZIP
|
ZIP
public static final int ZIP
- See Also:
- Constant Field Values
UNZIP
public static final int UNZIP
- See Also:
- Constant Field Values
ZipEvent
public ZipEvent(Object source,
int type,
String file)
getType
public int getType()
getFile
public String getFile()
Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.