Package org.eclipse.epsilon.emc.plainxml
Interface LoudListChangeListener<E>
- All Superinterfaces:
LoudListListener<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoidlistChanged(LoudList<E> list) default voidobjectAdded(LoudList<E> list, E o) default voidobjectAdded(LoudList<E> list, E o, int index) default voidobjectRemoved(LoudList<E> list, E o) default voidobjectRemoved(LoudList<E> list, E o, int index)
-
Method Details
-
listChanged
-
objectAdded
- Specified by:
objectAddedin interfaceLoudListListener<E>
-
objectAdded
- Specified by:
objectAddedin interfaceLoudListListener<E>
-
objectRemoved
- Specified by:
objectRemovedin interfaceLoudListListener<E>
-
objectRemoved
- Specified by:
objectRemovedin interfaceLoudListListener<E>
-