Interface ListProperty<T>

All Superinterfaces:
Property<T[]>
All Known Subinterfaces:
MutableListProperty<T>
All Known Implementing Classes:
AbstractListProperty, AbstractMutableListProperty, SimpleListProperty

public interface ListProperty<T> extends Property<T[]>