Package org.exolab.castor.dsml.tools
Class PrintImportListener
- java.lang.Object
-
- org.exolab.castor.dsml.tools.PrintImportListener
-
- All Implemented Interfaces:
java.util.EventListener
,ImportEventListener
public class PrintImportListener extends java.lang.Object implements ImportEventListener
Simple implementation of theImportEventListener
that prints all events to the specified printer.- Version:
- $Revision: 8145 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Assaf Arkin
-
-
Field Summary
-
Fields inherited from interface org.exolab.castor.dsml.ImportEventListener
CREATED, DELETED, IGNORED, REFRESHED
-
-
Constructor Summary
Constructors Constructor Description PrintImportListener(java.io.PrintWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processedEntry(java.lang.String name, int flag)
-
-
-
Method Detail
-
processedEntry
public void processedEntry(java.lang.String name, int flag)
- Specified by:
processedEntry
in interfaceImportEventListener
-
-