org.javagroups
Interface MessageListener

All Known Implementing Classes:
Chat, DistributedHashtable, DistributedTree, MessageListenerAdapter, NotificationBus, QuoteServer, ReplicatedHashtable, ReplicatedTree, TransactionalHashtable, VotingAdapter, Whiteboard

public interface MessageListener


Method Summary
 byte[] getState()
           
 void receive(Message msg)
           
 void setState(byte[] state)
           
 

Method Detail

receive

public void receive(Message msg)

getState

public byte[] getState()

setState

public void setState(byte[] state)


Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.