com.github.andyshao.distribution.group.MemberJoin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
The newest version!
package com.github.andyshao.distribution.group;
import java.util.List;
/**
*
* Title:
* Descript:
* Copyright: Copryright(c) Mar 29, 2018
* Encoding: UNIX UTF-8
* @author andy.shao
*
*/
public interface MemberJoin {
/**
* on member change even method
* @param members {@link MemberNode} list
*/
void onMembersChange(List members);
/**
* Itself
* @return {@link MemberNode}
*/
MemberNode selfNode();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy