Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.contentbrowser
Class ContentViewObserverActions

java.lang.Object
  extended by org.nuxeo.ecm.webapp.contentbrowser.ContentViewObserverActions
All Implemented Interfaces:
Serializable

@Name(value="contentViewObserverActions")
@Scope(value=CONVERSATION)
public class ContentViewObserverActions
extends Object
implements Serializable

Handles observers for refresh and reset of content views.

Since:
5.4
Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
ContentViewObserverActions()
           
 
Method Summary
 void onDocumentChanged()
          Refreshes and resets content views that have declared event EventNames.DOCUMENT_CHANGED as a refresh/reset event.
 void onDocumentChildrenChanged()
          Refreshes and resets content views that have declared event EventNames.DOCUMENT_CHILDREN_CHANGED as a refresh/reset event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentViewObserverActions

public ContentViewObserverActions()
Method Detail

onDocumentChanged

@Observer(value="documentChanged")
public void onDocumentChanged()
Refreshes and resets content views that have declared event EventNames.DOCUMENT_CHANGED as a refresh/reset event.


onDocumentChildrenChanged

@Observer(value="documentChildrenChanged")
public void onDocumentChildrenChanged()
Refreshes and resets content views that have declared event EventNames.DOCUMENT_CHILDREN_CHANGED as a refresh/reset event.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.