|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationValues
| Nested Class Summary | |
|---|---|
static interface |
AssociationValues.ChangeListener
Interface describing instances that listen for modification in an AssociationValues instance. |
| Method Summary | |
|---|---|
void |
addChangeListener(AssociationValues.ChangeListener changeListener)
Registers a listener that is notified when AssociationValue instances are wither added or removed from this collection. |
void |
removeChangeListener(AssociationValues.ChangeListener changeListener)
Removes the registered changeListener. |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
void addChangeListener(AssociationValues.ChangeListener changeListener)
changeListener - The listener to registervoid removeChangeListener(AssociationValues.ChangeListener changeListener)
changeListener - The listener to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||