java.lang.Object
net.anwiba.commons.model.ListenerList<L>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()booleanvoidforAllDo(IProcedure<L, RuntimeException> procedure) voidforAllDoLastListenerFirst(IProcedure<L, RuntimeException> procedure) getClone()intgetSize()booleanisEmpty()void
-
Constructor Details
-
ListenerList
public ListenerList()
-
-
Method Details
-
add
-
remove
-
forAllDo
-
forAllDoLastListenerFirst
-
getClone
-
contains
-
clear
public void clear() -
isEmpty
public boolean isEmpty() -
getSize
public int getSize()
-