|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeyValueEventDispatcher
This interface should be implemented by objects that wish to notify persistence components that some key-value has been added/removed. It is typically implemented by objects that the persistence layer knows how to persist.
| Method Summary | |
|---|---|
void |
addKeyValueEventListener(KeyValueEventListener listener)
Add a listener to those to be notified of state changed. |
void |
removeKeyValueEventListener(KeyValueEventListener listener)
Remove a listener from those to be notified of state changed. |
| Method Detail |
|---|
void addKeyValueEventListener(KeyValueEventListener listener)
listener - the listener to be addedvoid removeKeyValueEventListener(KeyValueEventListener listener)
listener - the listener to be removed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||