Interface DataProcessor<T extends org.opendaylight.yangtools.yang.binding.DataObject>

    • Method Detail

      • create

        void create​(T object)
        Deprecated.
        This method creates a new DataObject.
        Parameters:
        object - - the object of type DataObject that has changed
      • update

        void update​(T object)
        Deprecated.
        This method updates a DataObject.
        Parameters:
        object - - the object of type DataObject that has changed
      • delete

        void delete​(T object)
        Deprecated.
        This method removes a DataObject.
        Parameters:
        object - - the object of type DataObject that has changed