org.apache.jetspeed.portlet.event
Interface MessageListener

All Known Implementing Classes:
MessageAdapter

public interface MessageListener

The MessageListener interface must be implemented, if an object wishes to receive message events. The implemented listener then has to be registered with the respective event source.

Author:
Thomas F. Boehme
See Also:
MessageEvent, MessageAdapter

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

Method Detail

messageReceived

public void messageReceived(MessageEvent event)
Notifies this listener that the message which the listener is watching for has been performed.

Parameters:
event - the message event


Copyright © 2002 Apache Software Foundation. All Rights Reserved.