Uses of Class
com.sas.metadata.remote.MdFactoryEvent

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

Uses of MdFactoryEvent in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote with parameters of type MdFactoryEvent
 void MdFactoryImpl.fireMdObjectsCreated(MdFactoryEvent e)
          Used to notify all the Factory listeners of new objects created on the server.
 void MdFactory.fireMdObjectsCreated(MdFactoryEvent e)
          Used to notify all the Factory listeners of new objects created on the server.
 void MdFactoryImpl.fireMdObjectsDeleted(MdFactoryEvent e)
          Used to notify all the Factory listeners of objects deleted from the server.
 void MdFactory.fireMdObjectsDeleted(MdFactoryEvent e)
          Used to notify all the Factory listeners of objects deleted from the server.
 void MdFactoryImpl.fireMdObjectsModified(MdFactoryEvent e)
          Used to notify all the Factory listeners of objects modified on the server.
 void MdFactory.fireMdObjectsModified(MdFactoryEvent e)
          Used to notify all the Factory listeners of objects modified on the server.
 void MdFactoryListener.MdObjectsCreated(MdFactoryEvent e)
          Signals when objects have been created on the client
 void MdFactoryListener.MdObjectsDeleted(MdFactoryEvent e)
          Signals when objects have been deleted
 void MdFactoryListener.MdObjectsModified(MdFactoryEvent e)
          Signals when objects have been updated or modified on the client
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.