Package jasima.core.simulation.generic
Interface Q.QListener<T>
-
- All Superinterfaces:
NotifierListener<Q<T>,Q.QEvent>
- All Known Subinterfaces:
Q.QListener.ItemAdded<T>,Q.QListener.ItemRemoved<T>
public static interface Q.QListener<T> extends NotifierListener<Q<T>,Q.QEvent>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceQ.QListener.ItemAdded<T>static interfaceQ.QListener.ItemRemoved<T>
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidhandleOther(Q<T> q, Q.QEvent event)default voidinform(Q<T> q, Q.QEvent event)default voiditemAdded(Q<T> q, T item)default voiditemRemoved(Q<T> q, T item)
-