Uses of Class
com.sas.metadata.remote.MdFactoryEvent
Packages that use MdFactoryEvent
Package
Description
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 MdFactoryEventModifier and TypeMethodDescriptionvoidMdFactory.fireMdObjectsCreated(MdFactoryEvent e) Used to notify all the Factory listeners of new objects created on the server.voidMdFactoryImpl.fireMdObjectsCreated(MdFactoryEvent e) Used to notify all the Factory listeners of new objects created on the server.voidMdFactory.fireMdObjectsDeleted(MdFactoryEvent e) Used to notify all the Factory listeners of objects deleted from the server.voidMdFactoryImpl.fireMdObjectsDeleted(MdFactoryEvent e) Used to notify all the Factory listeners of objects deleted from the server.voidMdFactory.fireMdObjectsModified(MdFactoryEvent e) Used to notify all the Factory listeners of objects modified on the server.voidMdFactoryImpl.fireMdObjectsModified(MdFactoryEvent e) Used to notify all the Factory listeners of objects modified on the server.voidMdFactoryListener.MdObjectsCreated(MdFactoryEvent e) Signals when objects have been created on the clientvoidMdFactoryListener.MdObjectsDeleted(MdFactoryEvent e) Signals when objects have been deletedvoidMdFactoryListener.MdObjectsModified(MdFactoryEvent e) Signals when objects have been updated or modified on the client