viceroy.net
Interface Message

All Known Implementing Classes:
DiscoverMessage, FindRelativeMessage, InboundRelativeMessage, JoinLeaveDataMessage, LeavingPeerMessage, LookupAnswerMessage, LookupMessage, NewFieldMessage

public interface Message

Represents a message in the system.

Author:
Anat Talmy
, Oren Dobzinski

Method Summary
 MessageType getType()
          gets the type of the message
 

Method Detail

getType

public MessageType getType()
gets the type of the message

Returns:
the type of the message
See Also:
MessageType