Uses of Interface
com.jackmeng.stl.stl_Listener
| Package | Description | 
|---|---|
| com.jackmeng.stl | 
- 
Uses of stl_Listener in com.jackmeng.stl
Fields in com.jackmeng.stl with type parameters of type stl_Listener Modifier and Type Field Description private java.util.List<stl_Listener<T>>stl_ListenerPool. listenersMethods in com.jackmeng.stl that return stl_Listener Modifier and Type Method Description static <T> stl_Listener<T>stl_Commons. consumer2listener(java.util.function.Consumer<T> consume)Methods in com.jackmeng.stl with parameters of type stl_Listener Modifier and Type Method Description voidstl_ListenerPool. add(stl_Listener<T> listener)voidstl_ListenerPool. rmf(stl_Listener<T> listener)