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

    Modifier and Type Method Description
    default java.lang.Void call​(java.lang.Iterable<A> e)
    Call this callback with the specified attributes.
    default void empty​(int length)  
  • Method Details

    • call

      default java.lang.Void call​(java.lang.Iterable<A> e)
      Description copied from interface: stl_Callback
      Call this callback with the specified attributes.
      Specified by:
      call in interface stl_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)