Package com.jackmeng.stl
Interface stl_ListenerDeployable<A>
- All Superinterfaces:
stl_Callback<java.lang.Void,java.lang.Iterable<A>>
public interface stl_ListenerDeployable<A> extends stl_Callback<java.lang.Void,java.lang.Iterable<A>>
-
Method Summary
-
Method Details
-
call
Description copied from interface:stl_Callback
Call this callback with the specified attributes.- Specified by:
call
in interfacestl_Callback<java.lang.Void,java.lang.Iterable<A>>
- Parameters:
e
- The specified parameter type- Returns:
- The specified return type. Return "null" if the return type was set to
Void
-
empty
default void empty(int length)
-