|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DrbNodesChangeProducer
Interface identifying any node change procucer. This interface unifies the adds and removals of node change listeners. Is is dedicated to DRB implementations that trigger node change events and in particular the one that are mutable. It is important to keep in mind that NOT ALL node implementations implements this interface mainly because they are not mutable (i.e. no change to manage).
| Method Summary | |
|---|---|
void |
addNodesChangeListener(DrbNodesChangeListener listener)
Adds a listener to the producer. |
void |
removeNodesChangeListener(DrbNodesChangeListener listener)
Removes a listener to the producer. |
| Method Detail |
|---|
void addNodesChangeListener(DrbNodesChangeListener listener)
listener - The listener to be added in the list of the impelemting
class.void removeNodesChangeListener(DrbNodesChangeListener listener)
listener - The listener to be removed in the list of the impelemting
class.
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||