The MembershipListener interface is similar to the MessageListener interface: every time a new view, a suspicion message, or a block event is received, the corresponding method of the class implementing MembershipListener will be called. Oftentimes the only method containing any functionality will be viewAccepted() which notifies the receiver that a new member has joined the group or that an existing member has left or crashed.
Definition at line 19 of file MembershipListener.java.
Public Member Functions | |
void | block () |
void | suspect (Address suspected_mbr) |
Package Functions | |
void | viewAccepted (View new_view) |