Interface stl_Listener<E>

All Superinterfaces:
stl_Callback<java.lang.Void,​E>
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 interface stl_Listener<E>
extends stl_Callback<java.lang.Void,​E>
  • Method Summary

    Methods inherited from interface com.jackmeng.stl.stl_Callback

    call