Interface I_CmsSitemapLoadHandler
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
CmsSitemapView
Sitemap load event handler.
- Since:
- 8.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLoad
(CmsSitemapLoadEvent loadEvent) Will be triggered when an entry loads its children.
-
Method Details
-
onLoad
Will be triggered when an entry loads its children.- Parameters:
loadEvent
- the event
-