17#ifndef _DECAF_UTIL_LOGGING_PROPERTIESCHANGELISTENER_H_
18#define _DECAF_UTIL_LOGGING_PROPERTIESCHANGELISTENER_H_
56 const std::string& oldValue,
57 const std::string& newValue ) = 0;
Defines the interface that classes can use to listen for change events on Properties.
Definition PropertiesChangeListener.h:32
virtual void onPropertiesReset()=0
Indicates that the Properties have all been reset and should be considered to be back to their defaul...
virtual void onPropertyChanged(const std::string &name, const std::string &oldValue, const std::string &newValue)=0
Change Event, called when a property is changed, includes the name of the property that was changed a...
virtual ~PropertiesChangeListener()
Definition PropertiesChangeListener.h:35
#define DECAF_API
Definition Config.h:29
Definition ConsoleHandler.h:28
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25