Interface MdObjectListener

All Superinterfaces:
EventListener, Remote
All Known Subinterfaces:
MdObjectStore, MdServerStore

public interface MdObjectListener extends EventListener, Remote
Details events that are generated for an individual object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends the event upon modification of an object.
  • Method Details

    • MdObjectModified

      void MdObjectModified(MdEvent e) throws RemoteException
      Sends the event upon modification of an object.
      Parameters:
      e - MdEvent
      Throws:
      RemoteException