Uses of Interface
com.sas.metadata.remote.MdStoreListener

Packages that use MdStoreListener
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of MdStoreListener in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote with parameters of type MdStoreListener
 void MdStore.addMdStoreListener(MdStoreListener l)
          Used to add an object to the list of listeners for changes in the Metadata Map
 void MdServerStore.addMdStoreListener(MdStoreListener l)
          Used to add an object to the list of listeners for changes in the Metadata Map
 void MdObjectStore.addMdStoreListener(MdStoreListener l)
          Used to add an object to the list of listeners for changes in the Metadata Map
 void MdStore.removeMdStoreListener(MdStoreListener l)
          Used to remove an object from the list of listeners for changes in the Metadata Map
 void MdServerStore.removeMdStoreListener(MdStoreListener l)
          Used to remove an object from the list of listeners for changes in the Metadata Map
 void MdObjectStore.removeMdStoreListener(MdStoreListener l)
          Used to remove an object from the list of listeners for changes in the Metadata Map
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.