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(PortletApplication app)
          applicationRemoved - invoked when the definition of a portlet application is removed by the registry
 void applicationUpdated(PortletApplication 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(PortletDefinition def)
          portletUpdated - invoked when the definition of a portlet definition is removed by the registry
 void portletUpdated(PortletDefinition 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(PortletApplication app)
applicationUpdated - invoked when the definition of a portlet application is updated by the registry or when the state modification is otherwise detected

Parameters:
PortletApplicaiton - new managed application

portletUpdated

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

Parameters:
PortletDefinition - new managed portlet definition

applicationRemoved

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

Parameters:
PortletApplicaiton - removed portlet application

portletRemoved

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

Parameters:
PortletDefinition - new managed portlet definition if known


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.