org.exoplatform.services.wcm.portal.listener
Class UpdateLivePortalEventListener

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.services.listener.Listener<org.exoplatform.portal.config.jcr.DataStorageImpl,org.exoplatform.portal.config.model.PortalConfig>
          extended by org.exoplatform.services.wcm.portal.listener.UpdateLivePortalEventListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class UpdateLivePortalEventListener
extends org.exoplatform.services.listener.Listener<org.exoplatform.portal.config.jcr.DataStorageImpl,org.exoplatform.portal.config.model.PortalConfig>

The listener interface for receiving updateLivePortalEvent events. The class that is interested in processing a updateLivePortalEvent event implements this interface, and the object created with that class is registered with a component using the component's addUpdateLivePortalEventListener method. When the updateLivePortalEvent event occurs, that object's appropriate method is invoked.

See Also:
UpdateLivePortalEventEvent

Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
UpdateLivePortalEventListener()
           
 
Method Summary
 void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.portal.config.jcr.DataStorageImpl,org.exoplatform.portal.config.model.PortalConfig> event)
           
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateLivePortalEventListener

public UpdateLivePortalEventListener()
Method Detail

onEvent

public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.portal.config.jcr.DataStorageImpl,org.exoplatform.portal.config.model.PortalConfig> event)
             throws java.lang.Exception
Specified by:
onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.portal.config.jcr.DataStorageImpl,org.exoplatform.portal.config.model.PortalConfig>
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.