Interface RefreshContentHandler<V extends LiveEditView>

All Known Implementing Classes:
LiveEditView.DesktopRefreshContentHandler

public interface RefreshContentHandler<V extends LiveEditView>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRefresh(V view)
     
  • Method Details

    • onRefresh

      void onRefresh(V view)