Package jasima.core.simulation.generic
Interface Q.QListener.ItemAdded<T>
-
- All Superinterfaces:
NotifierListener<Q<T>,Q.QEvent>,Q.QListener<T>
- Enclosing interface:
- Q.QListener<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Q.QListener.ItemAdded<T> extends Q.QListener<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jasima.core.simulation.generic.Q.QListener
Q.QListener.ItemAdded<T>, Q.QListener.ItemRemoved<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiditemAdded(Q<T> q, T item)-
Methods inherited from interface jasima.core.simulation.generic.Q.QListener
handleOther, inform, itemRemoved
-
-