Module net.botwithus.rs3
Class SimplePropertyList<T>
java.lang.Object
net.botwithus.rs3.imgui.imfx.properties.impl.SimplePropertyList<T>
- All Implemented Interfaces:
Iterable<T>
,PropertyList<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addListener
(PropertyListListener<T> listener) get()
get
(int index) iterator()
void
void
removeListener
(PropertyListListener<T> listener) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SimplePropertyList
public SimplePropertyList() -
SimplePropertyList
-
-
Method Details
-
get
- Specified by:
get
in interfacePropertyList<T>
-
get
- Specified by:
get
in interfacePropertyList<T>
-
add
- Specified by:
add
in interfacePropertyList<T>
-
remove
- Specified by:
remove
in interfacePropertyList<T>
-
addListener
- Specified by:
addListener
in interfacePropertyList<T>
-
removeListener
- Specified by:
removeListener
in interfacePropertyList<T>
-
iterator
-