Interface MdFactoryListener

All Superinterfaces:
EventListener, Remote

public interface MdFactoryListener extends EventListener, Remote
Interface used for notifying clients when changes have been persisted to the server. These changes include newly created objects, objects modified on the server, or objects deleted from the server.
Since:
9.2
  • Method Details

    • MdObjectsCreated

      void MdObjectsCreated(MdFactoryEvent e) throws RemoteException
      Signals when objects have been created on the client
      Parameters:
      e - the event
      Throws:
      RemoteException
    • MdObjectsModified

      void MdObjectsModified(MdFactoryEvent e) throws RemoteException
      Signals when objects have been updated or modified on the client
      Parameters:
      e - the event
      Throws:
      RemoteException
    • MdObjectsDeleted

      void MdObjectsDeleted(MdFactoryEvent e) throws RemoteException
      Signals when objects have been deleted
      Parameters:
      e - the event
      Throws:
      RemoteException