JIVE Platform
Release 0.3.1

edu.buffalo.cse.jive.sequence
Interface MessageSend

All Superinterfaces:
EventOccurrence

public interface MessageSend
extends EventOccurrence

An EventOccurrence that results in the creation of a Message. A message send typically marks the origin of a method call or return.

See Also:
SequenceModel, EventOccurrence, Message

Method Summary
 Message message()
          Returns the Message that was sent.
 
Methods inherited from interface edu.buffalo.cse.jive.sequence.EventOccurrence
accept, containingExecution, underlyingEvent
 

Method Detail

message

Message message()
Returns the Message that was sent.

Returns:
the message sent

JIVE Platform
Release 0.3.1