net.sf.jportlet.portlet.event
Interface MessageListener

All Known Implementing Classes:
PortletProxy

public interface MessageListener

The MessageListener interface is an addition to the net.sf.jportlet.portlet.Porlet interface. If an object wishes to receive message events in the portlet, this interface has to be implemented additionally to the Portlet interface.

Author:
Herve Tchepannou

Method Summary
 void messageReceived(net.sf.jportlet.portlet.event.MessageEvent event)
          Notifies this listener that the message which the listener is watching for has been performed
 

Method Detail

messageReceived

public void messageReceived(net.sf.jportlet.portlet.event.MessageEvent event)
                     throws PortletException
Notifies this listener that the message which the listener is watching for has been performed

Parameters:
event -
Throws:
PortletException


Copyright © 2002 Herve Tchepannou. All Rights Reserved.