50 #ifndef _ATTRIBUTEEVENT_H_
51 #define _ATTRIBUTEEVENT_H_
53 #include "ncl/interfaces/PropertyAnchor.h"
54 using namespace ::br::pucrio::telemidia::ncl::interfaces;
56 #include "../adaptation/context/IPresentationContext.h"
57 using namespace ::br::pucrio::telemidia::ginga::ncl::adaptation::context;
59 #include "FormatterEvent.h"
60 #include "IAttributeValueMaintainer.h"
78 PropertyAnchor* anchor;
80 map<string, FormatterEvent*> assessments;
81 IPresentationContext* presContext;
86 void* executionObject,
87 PropertyAnchor* anchor,
88 IPresentationContext* presContext);
91 PropertyAnchor* getAnchor();
92 string getCurrentValue();
93 bool setValue(
string newValue);
96 void setImplicitRefAssessmentEvent(
109 #endif //_ATTRIBUTEEVENT_H_
Definition: AttributionEvent.h:73
Definition: FormatterEvent.h:72
Definition: IAttributeValueMaintainer.h:63