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
    Constructor
    Description
    cVetoableChangeListener(com.sas.metadata.remote.MdObjectStore Store)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    vetoableChange(PropertyChangeEvent e)
     

    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:
      vetoableChange in interface VetoableChangeListener
      Throws:
      PropertyVetoException