com.counterclaim.openefm.connector
Interface FilingNotifier

All Known Implementing Classes:
LocalRmiCmsConnectorImpl, RemoteRmiCmsConnectorImpl, SoapCmsConnectorImpl

public interface FilingNotifier

This interface should be implemented by non-stub classes that also implement CmsConnector.

 

Method Summary
 void addListener(FilingListener listener)
          Add a FilingListener to the list.
 void removeListener(FilingListener listener)
          Remove a FilingListener from the list.
 

Method Detail

addListener

public void addListener(FilingListener listener)
Add a FilingListener to the list.

Parameters:
listener -

removeListener

public void removeListener(FilingListener listener)
Remove a FilingListener from the list.

Parameters:
listener -


Copyright © 2002 counterclaim.com. All Rights Reserved.