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

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

Uses of MdObjectListener in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote with parameters of type MdObjectListener
 void MdServerStore.addMdObjectListener(MdObjectListener l)
          Used to add an object to the list of listeners for changes in the Metadata Map
 void MdObjectStore.addMdObjectListener(MdObjectListener l)
          Used to add an object to the list of listeners for changes in the Metadata Map
 void MdObjectBaseUtil.addMdObjectListener(MdObjectListener l)
          Used to add an object to the list of listeners for changes in the Metadata Object.
 void MdFactoryImpl.addMdObjectListener(MdObjectListener l)
          Used to add an object to the list of listeners for changes in the Metadata Map
 void MdFactory.addMdObjectListener(MdObjectListener l)
          Used to add an object to the list of listeners for changes in the Metadata Map
 void MdServerStore.removeMdObjectListener(MdObjectListener l)
          Used to remove an object from the list of listeners for changes in the Metadata Map
 void MdObjectStore.removeMdObjectListener(MdObjectListener l)
          Used to remove an object from the list of listeners for changes in the Metadata Map
 void MdObjectBaseUtil.removeMdObjectListener(MdObjectListener l)
          Used to remove an object from the list of listeners for changes in the Metadata Object.
 void MdFactoryImpl.removeMdObjectListener(MdObjectListener l)
          Used to remove an object from the list of listeners for changes in the Metadata Map
 void MdFactory.removeMdObjectListener(MdObjectListener 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.