|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegistryEventListener
This interface describes the page manager event listener that is notified when a managed node is updated or removed
| 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 |
|---|
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 known
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||