com.counterclaim.openefm.connector
Interface FilingNotifier
- All Known Implementing Classes:
- SoapCmsConnectorImpl, RemoteRmiCmsConnectorImpl, LocalRmiCmsConnectorImpl
- public interface FilingNotifier
This interface should be implemented by non-stub classes that also implement CmsConnector
.
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.