be.ugent.caagt.swirl.lists

Interface TypedListModel<E>

All Superinterfaces:
List, ListModel
Known Implementing Classes:
ArrayListModel<E>

public interface TypedListModel<E>
extends ListModel, List

Interface that combines ListModel and List. Classes implementing this interface can be used as models for lists of type E.