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