| org.jgroups.ExtendedMembershipListener
All known Subclasses: org.jgroups.demos.Chat,
ExtendedMembershipListener | public interface ExtendedMembershipListener extends MembershipListener(Code) | | author: Bela Ban version: $Id: ExtendedMembershipListener.java,v 1.2 2006/09/27 12:53:22 belaban Exp $ |
Method Summary | |
void | unblock() Called after the FLUSH protocol has unblocked previously blocked senders, and messages can be sent again. |
unblock | void unblock()(Code) | | Called after the FLUSH protocol has unblocked previously blocked senders, and messages can be sent again. This
callback only needs to be implemented if we require a notification of that.
|
|
|