Interface PropertiesProvider.Listener

Enclosing interface:
PropertiesProvider

public static interface PropertiesProvider.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNewPropertyValue(String propName, String propValue)
     
  • Method Details

    • onNewPropertyValue

      void onNewPropertyValue(String propName, String propValue)