Class ListWithEvents<T>

java.lang.Object
com.marginallyclever.ro3.listwithevents.ListWithEvents<T>
Type Parameters:
T - The type of item in the list.

public class ListWithEvents<T> extends Object
A List that fires events when items are added or removed.