Uses of Interface
org.jgroups.blocks.VotingListener
-
Packages that use VotingListener Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of VotingListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement VotingListener Modifier and Type Class Description static classTwoPhaseVotingAdapter.TwoPhaseVoteWrapperMethods in org.jgroups.blocks with parameters of type VotingListener Modifier and Type Method Description voidVotingAdapter. addVoteListener(VotingListener listener)Adds voting listener.voidVotingAdapter. removeVoteListener(VotingListener listener)Removes voting listener.
-