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 class
TwoPhaseVotingAdapter.TwoPhaseVoteWrapper
Methods in org.jgroups.blocks with parameters of type VotingListener Modifier and Type Method Description void
VotingAdapter. addVoteListener(VotingListener listener)
Adds voting listener.void
VotingAdapter. removeVoteListener(VotingListener listener)
Removes voting listener.
-