public interface PortletRegistryListener
| Modifier and Type | Method and Description |
|---|---|
void |
portletApplicationRegistered(PortletRegistryEvent event)
Recieve notification of a newly registered application.
|
void |
portletApplicationRemoved(PortletRegistryEvent event)
Recieve notification of an application which is
removed from service.
|
void portletApplicationRegistered(PortletRegistryEvent event)
event - registry event informationvoid portletApplicationRemoved(PortletRegistryEvent event)
event - registry event informationCopyright © 2003-2019 The Apache Software Foundation. All Rights Reserved.