Package com.microstrategy.web.objects
Interface WebBrowsePath.WebBrowsePathObserver
-
- Enclosing interface:
- WebBrowsePath
public static interface WebBrowsePath.WebBrowsePathObserver
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(WebBrowsePath changedPath)
This method is triggered each time an attribute or element is added/removed.
-
-
-
Method Detail
-
update
void update(WebBrowsePath changedPath)
This method is triggered each time an attribute or element is added/removed. Changes to theWebBrowsePath.getBrowseHierarchyItems()
Collection
, andWebBrowseHierarchyItem.add(String, String)
are also detectable via this method.- Parameters:
changedPath
- changed object
-
-