Interface ResizeListener<T>


@Deprecated public interface ResizeListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResize(T source, String oldWidth, String oldHeight, String width, String height)
    Deprecated.
     
  • Method Details