Package jisa.experiment.queue
Interface Listener<T>
-
public interface Listener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
update(T updated)
default void
updateRegardless(T updated)
-