Uses of Interface
com.sas.services.information.RepositoryListenerInterface

Packages that use RepositoryListenerInterface
com.sas.services.information 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 RepositoryListenerInterface
abstract  void RepositoryInterface.addListener(RepositoryListenerInterface listener)
          Add a listener to receive event notifications from the repository instance.
 void OMIServerRepository.addListener(RepositoryListenerInterface listener)
          Add a listener to receive event notifications from the repository instance.
 void DAVRepository.addListener(RepositoryListenerInterface listener)
           
 void AbstractRepository2.addListener(RepositoryListenerInterface listener)
          Add a listener to receive event notifications from the repository instance.
abstract  void RepositoryInterface.removeListener(RepositoryListenerInterface listener)
          Remove a listener from the list of active event listeners for this repository.
 void OMIServerRepository.removeListener(RepositoryListenerInterface listener)
          Remove a listener from the list of active event listeners for this repository.
 void DAVRepository.removeListener(RepositoryListenerInterface listener)
           
 void AbstractRepository2.removeListener(RepositoryListenerInterface listener)
          Remove a listener from the list of active event listeners for this repository.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.