com.counterclaim.openefm.connector
Interface FilingListener

All Known Subinterfaces:
CmsAdapter

public interface FilingListener

This interface should be implemented by classes interested in new LxmlFilings.


Method Summary
 boolean processFiling(InternalLxmlFiling filing)
          Called by FilingNotifier to pass an InternalLxmlFiling to a listener.
 

Method Detail

processFiling

public boolean processFiling(InternalLxmlFiling filing)
Called by FilingNotifier to pass an InternalLxmlFiling to a listener.
Parameters:
filing - The filing to process.


Copyright © 2002 counterclaim.com. All Rights Reserved.