|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilingListener | |
com.counterclaim.openefm.connector | |
com.counterclaim.openefm.connector.rmi | |
com.counterclaim.openefm.connector.soap |
Uses of FilingListener in com.counterclaim.openefm.connector |
Subinterfaces of FilingListener in com.counterclaim.openefm.connector | |
interface |
CmsAdapter
This interface defines the operations which must be supported by all OpenEFM-compatible CMS's. |
Methods in com.counterclaim.openefm.connector with parameters of type FilingListener | |
void |
FilingNotifier.addListener(FilingListener listener)
Add a FilingListener to the list. |
void |
FilingNotifier.removeListener(FilingListener listener)
Remove a FilingListener from the list. |
Uses of FilingListener in com.counterclaim.openefm.connector.rmi |
Methods in com.counterclaim.openefm.connector.rmi with parameters of type FilingListener | |
void |
RemoteRmiCmsConnectorImpl.addListener(FilingListener listener)
Add a FilingListener to the list. |
void |
RemoteRmiCmsConnectorImpl.removeListener(FilingListener listener)
Remove a FilingListener from the list. |
void |
LocalRmiCmsConnectorImpl.addListener(FilingListener listener)
Add a FilingListener to the list. |
void |
LocalRmiCmsConnectorImpl.removeListener(FilingListener listener)
Remove a FilingListener from the list. |
Uses of FilingListener in com.counterclaim.openefm.connector.soap |
Methods in com.counterclaim.openefm.connector.soap with parameters of type FilingListener | |
void |
SoapCmsConnectorImpl.addListener(FilingListener listener)
Add a FilingListener to the list. |
void |
SoapCmsConnectorImpl.removeListener(FilingListener listener)
Remove a FilingListener from the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |