Uses of Interface
com.sas.services.information.RepositoryListenerInterface
Packages that use RepositoryListenerInterface
Package
Description
Interact with data repositories on behalf of client applications.
-
Uses of RepositoryListenerInterface in com.sas.services.information
Methods in com.sas.services.information with parameters of type RepositoryListenerInterfaceModifier and TypeMethodDescriptionvoidAbstractRepository2.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidDAVRepository.addListener(RepositoryListenerInterface listener) voidOMIRepository.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidOMIServerRepository.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidRepositoryInterface.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidAbstractRepository2.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.voidDAVRepository.removeListener(RepositoryListenerInterface listener) voidOMIRepository.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.voidOMIServerRepository.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.voidRepositoryInterface.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.