public interface RegistryEventListener
| Modifier and Type | Method and Description |
|---|---|
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
|
void applicationUpdated(PortletApplication app)
PortletApplicaiton - new managed applicationvoid portletUpdated(PortletDefinition def)
PortletDefinition - new managed portlet definitionvoid applicationRemoved(PortletApplication app)
PortletApplicaiton - removed portlet applicationvoid portletRemoved(PortletDefinition def)
PortletDefinition - new managed portlet definition if knownCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.