org.apache.jetspeed.portal
Interface PortletEvent


public interface PortletEvent

The PortletEvent represents the a single event that the portet container wants to notify a portlet of.


Method Summary
 Portlet getPortlet()
          Returns the portlet that has caused or is affected by the event.
 

Method Detail

getPortlet

public Portlet getPortlet()
Returns the portlet that has caused or is affected by the event.
Returns:
the portlet