net.sf.jportlet.portlet.event
Interface Event

All Known Subinterfaces:
ActionEvent, MessageEvent
All Known Implementing Classes:
ActionEventImpl, EventImpl, MessageEventImpl

public interface Event

The Event is the base interface for all events that can occur whithin the portlet container. To be informed of events, a listener has to be registered with the respective event source.

Author:
Herve Tchepannou

Method Summary
 net.sf.jportlet.portlet.Portlet getPortlet()
          Return the portlet that sends the event
 net.sf.jportlet.portlet.PortletRequest getPortletRequest()
          Returns the request associate with the event
 net.sf.jportlet.portlet.PortletResponse getPortletResponse()
          Returns the response associate with the event
 

Method Detail

getPortlet

public net.sf.jportlet.portlet.Portlet getPortlet()
Return the portlet that sends the event

Returns:
Portlet

getPortletRequest

public net.sf.jportlet.portlet.PortletRequest getPortletRequest()
Returns the request associate with the event

Returns:
PortletRequest

getPortletResponse

public net.sf.jportlet.portlet.PortletResponse getPortletResponse()
Returns the response associate with the event

Returns:
PortletRequest


Copyright © 2002 Herve Tchepannou. All Rights Reserved.