org.apache.jetspeed.components.portletregistry
Interface RegistryEventListener


public interface RegistryEventListener

This interface describes the page manager event listener that is notified when a managed node is updated or removed

Version:
$Id: $
Author:
David Sean Taylor

Method Summary
 void applicationRemoved(MutablePortletApplication app)
          applicationRemoved - invoked when the definition of a portlet application is removed by the registry
 void applicationUpdated(MutablePortletApplication app)
          applicationUpdated - invoked when the definition of a portlet application is updated by the registry or when the state modification is otherwise detected
 void portletRemoved(PortletDefinitionComposite def)
          portletUpdated - invoked when the definition of a portlet definition is removed by the registry
 void portletUpdated(PortletDefinitionComposite def)
          portletUpdated - invoked when the definition of a portlet definition is updated by the registry or when the state modification is otherwise detected
 

Method Detail

applicationUpdated

void applicationUpdated(MutablePortletApplication app)
applicationUpdated - invoked when the definition of a portlet application is updated by the registry or when the state modification is otherwise detected

Parameters:
MutablePortletApplicaiton - new managed application

portletUpdated

void portletUpdated(PortletDefinitionComposite def)
portletUpdated - invoked when the definition of a portlet definition is updated by the registry or when the state modification is otherwise detected

Parameters:
PortletDefinitionComposite - new managed portlet definition

applicationRemoved

void applicationRemoved(MutablePortletApplication app)
applicationRemoved - invoked when the definition of a portlet application is removed by the registry

Parameters:
MutablePortletApplicaiton - removed portlet application

portletRemoved

void portletRemoved(PortletDefinitionComposite def)
portletUpdated - invoked when the definition of a portlet definition is removed by the registry

Parameters:
PortletDefinitionComposite - new managed portlet definition if known


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.