org.exoplatform.services.wcm.portal.listener
Class UpdateLivePortalEventListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.exoplatform.portal.config.jcr.DataStorageImpl,org.exoplatform.portal.config.model.PortalConfig>
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
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
|
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 |
UpdateLivePortalEventListener
public UpdateLivePortalEventListener()
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 © 2011 eXo Platform SAS. All Rights Reserved.