com.sas.metadata.remote
Interface MdObjectListener

All Superinterfaces:
java.util.EventListener, java.rmi.Remote
All Known Subinterfaces:
MdObjectStore, MdServerStore

public interface MdObjectListener
extends java.util.EventListener, java.rmi.Remote

Details events that are generated for an individual object.


Method Summary
 void MdObjectModified(MdEvent e)
          Sends the event upon modification of an object.
 

Method Detail

MdObjectModified

void MdObjectModified(MdEvent e)
                      throws java.rmi.RemoteException
Sends the event upon modification of an object.

Parameters:
e - MdEvent
Throws:
java.rmi.RemoteException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.