org.objectweb.proactive.core.event
Interface MessageEventListener

All Superinterfaces:
java.util.EventListener, ProActiveListener

public interface MessageEventListener
extends ProActiveListener

A class implementating this interface is listener of MessageEvent.

Since:
ProActive 0.9
Version:
1.0, 2001/10/23
Author:
ProActive Team
See Also:
MessageEvent

Method Summary
 void replyReceived(MessageEvent event)
          Signals that the reply encapsulated in the event event has been received
 void replySent(MessageEvent event)
          Signals that the reply encapsulated in the event event has been sent
 void requestReceived(MessageEvent event)
          Signals that the request encapsulated in the event event has been received
 void requestSent(MessageEvent event)
          Signals that the request encapsulated in the event event has been sent
 void servingStarted(MessageEvent event)
          Signals that serving of the request encapsulated in the event event has started
 void voidRequestServed(MessageEvent event)
          Signals that the request encapsulated in the event event has been served without needing a reply
 

Method Detail

replyReceived

public void replyReceived(MessageEvent event)
Signals that the reply encapsulated in the event event has been received

Parameters:
event - the message event that details the targeted message

replySent

public void replySent(MessageEvent event)
Signals that the reply encapsulated in the event event has been sent

Parameters:
event - the message event that details the targeted message

requestReceived

public void requestReceived(MessageEvent event)
Signals that the request encapsulated in the event event has been received

Parameters:
event - the message event that details the targeted message

requestSent

public void requestSent(MessageEvent event)
Signals that the request encapsulated in the event event has been sent

Parameters:
event - the message event that details the targeted message

voidRequestServed

public void voidRequestServed(MessageEvent event)
Signals that the request encapsulated in the event event has been served without needing a reply

Parameters:
event - the message event that details the targeted message

servingStarted

public void servingStarted(MessageEvent event)
Signals that serving of the request encapsulated in the event event has started

Parameters:
event - the message event that details the targeted message


Copyright 2001-2005 INRIA All Rights Reserved.