Uses of Interface
org.apache.pluto.spi.optional.PortletRegistryListener

Packages that use PortletRegistryListener
org.apache.pluto.core   
org.apache.pluto.spi.optional   
 

Uses of PortletRegistryListener in org.apache.pluto.core
 

Methods in org.apache.pluto.core with parameters of type PortletRegistryListener
 void PortletContextManager.addPortletRegistryListener(PortletRegistryListener listener)
           
 void PortletContextManager.removePortletRegistryListener(PortletRegistryListener listener)
           
 

Uses of PortletRegistryListener in org.apache.pluto.spi.optional
 

Methods in org.apache.pluto.spi.optional with parameters of type PortletRegistryListener
 void PortletRegistryService.addPortletRegistryListener(PortletRegistryListener listener)
          Add a listener which will recieve notifications of newly registered applications.
 void PortletRegistryService.removePortletRegistryListener(PortletRegistryListener listener)
          Remove a previously registered listener.
 



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