Interface CmsEventDispatcherService
-
public interface CmsEventDispatcherService
Service that if present can be used to to dispatch nodes for which the CMS has to reload its wicket model
Note, in case of [SITE + REPOSITORY] deployments without CMS, this service won't be present since the CMS will register it
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
events(Node... nodes)
-
-
-
Method Detail
-
events
void events(Node... nodes)
-
-