Uses of Interface
org.jgroups.raft.blocks.ReplicatedStateMachine.Notification
Packages that use ReplicatedStateMachine.Notification
-
Uses of ReplicatedStateMachine.Notification in org.jgroups.raft.blocks
Fields in org.jgroups.raft.blocks with type parameters of type ReplicatedStateMachine.NotificationModifier and TypeFieldDescriptionprotected final List<ReplicatedStateMachine.Notification<K, V>> ReplicatedStateMachine.listenersMethods in org.jgroups.raft.blocks with parameters of type ReplicatedStateMachine.NotificationModifier and TypeMethodDescriptionvoidReplicatedStateMachine.addNotificationListener(ReplicatedStateMachine.Notification<K, V> n) voidReplicatedStateMachine.removeNotificationListener(ReplicatedStateMachine.Notification<K, V> n)