Package org.exolab.castor.dsml
Interface ImportEventListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
PrintImportListener
public interface ImportEventListener extends java.util.EventListener
- Version:
- $Revision: 8145 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Assaf Arkin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processedEntry(java.lang.String name, int flag)
-
-
-
Field Detail
-
IGNORED
static final int IGNORED
- See Also:
- Constant Field Values
-
CREATED
static final int CREATED
- See Also:
- Constant Field Values
-
REFRESHED
static final int REFRESHED
- See Also:
- Constant Field Values
-
DELETED
static final int DELETED
- See Also:
- Constant Field Values
-
-