Package com.sas.services.information
Class OMIServer.cVetoableChangeListener
java.lang.Object
com.sas.services.information.OMIServer.cVetoableChangeListener
- All Implemented Interfaces:
VetoableChangeListener,EventListener
- Enclosing class:
OMIServer
protected class OMIServer.cVetoableChangeListener
extends Object
implements VetoableChangeListener
This listener is used when you only want to update the local objects with
changes, but do not want to override any local changes.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
cVetoableChangeListener
public cVetoableChangeListener(com.sas.metadata.remote.MdObjectStore Store)
-
-
Method Details
-
vetoableChange
public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException - Specified by:
vetoableChangein interfaceVetoableChangeListener- Throws:
PropertyVetoException
-