org.iqual.chaplin.msg
Interface MessageReplies

All Superinterfaces:
Iterable
All Known Implementing Classes:
ConstantMessageReplies, LastWinsMessageReplies, MessageRepliesImpl

public interface MessageReplies
extends Iterable

This intefaces keeps all replies from message receivers.

Since:
Jun 4, 2009 10:32:44 PM
Author:
Zbynek Slajchrt

Method Summary
 void addReply(Object reply)
           
 List getReplies()
           
 long getReplyCount()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

addReply

void addReply(Object reply)

getReplies

List getReplies()

getReplyCount

long getReplyCount()


Copyright © 2009 iquality.org. All Rights Reserved.