org.mobicents.slee.resource.lab.message
Interface MessageEvent


public interface MessageEvent

The MessageEvent wraps an Message object and adds the footprint of the requesting object to it.

Author:
Michael Maretzke

Method Summary
 Message getMessage()
          Access the wrapped Message object which is contained in the implementation object.
 java.lang.Object getSource()
          The object on which the Event initially occurred.
 

Method Detail

getMessage

Message getMessage()
Access the wrapped Message object which is contained in the implementation object.

Returns:
the contained Message object.

getSource

java.lang.Object getSource()
The object on which the Event initially occurred.

Returns:
The object on which the Event initially occurred.


Copyright © 2008. All Rights Reserved.