Package jadx.gui.utils
Class SimpleListener<T>
- java.lang.Object
-
- jadx.gui.utils.SimpleListener<T>
-
public class SimpleListener<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimpleListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(java.util.function.Consumer<T> listener)booleanremoveListener(java.util.function.Consumer<T> listener)voidsendUpdate(T data)
-