Interface OConfigurationChangeCallback


public interface OConfigurationChangeCallback
Interface of actions to call in case of change of the configuration.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    change(Object iCurrentValue, Object iNewValue)
     
  • Method Details

    • change

      void change(Object iCurrentValue, Object iNewValue)