org.apache.pluto.spi.optional
Interface PortletRegistryListener


public interface PortletRegistryListener

Listener interface implemented by observers of the PortletRegistry which intend to be notified of new portlet application registrations.

Since:
1.1.0

Method Summary
 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.
 

Method Detail

portletApplicationRegistered

void portletApplicationRegistered(PortletRegistryEvent event)
Recieve notification of a newly registered application.

Parameters:
event - registry event information

portletApplicationRemoved

void portletApplicationRemoved(PortletRegistryEvent event)
Recieve notification of an application which is removed from service.

Parameters:
event - registry event information


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.