|
||||||||||
| 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(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 |
|---|
void applicationUpdated(MutablePortletApplication app)
MutablePortletApplicaiton - new managed applicationvoid portletUpdated(PortletDefinitionComposite def)
PortletDefinitionComposite - new managed portlet definitionvoid applicationRemoved(MutablePortletApplication app)
MutablePortletApplicaiton - removed portlet applicationvoid portletRemoved(PortletDefinitionComposite def)
PortletDefinitionComposite - new managed portlet definition if known
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||