Package org.eclipse.epsilon.emc.plainxml
Interface LoudListListener<E>
- All Known Subinterfaces:
LoudListChangeListener<E>
public interface LoudListListener<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
objectAdded
(LoudList<E> list, E o) void
objectAdded
(LoudList<E> list, E o, int index) void
objectRemoved
(LoudList<E> list, E o) void
objectRemoved
(LoudList<E> list, E o, int index)
-
Method Details
-
objectAdded
-
objectAdded
-
objectRemoved
-
objectRemoved
-