Class LZComponentPresenter

Object
LZComponentPresenter
All Implemented Interfaces:
Presenter<View>, View, LazyPresenterPlaceHolder, Serializable

public class LZComponentPresenter extends Object implements Presenter<View>, LazyPresenterPlaceHolder, View
See Also:
  • Constructor Details

    • LZComponentPresenter

      public LZComponentPresenter()
    • LZComponentPresenter

      public LZComponentPresenter(ComponentLoadDelegate delegate)
    • LZComponentPresenter

      public LZComponentPresenter(ComponentLoadDelegate delegate, ComponentLoadListener listener)
  • Method Details

    • getComponent

      public LzComponent getComponent()
    • setComponent

      public void setComponent(LzComponent component)
    • getView

      public View getView()
      Specified by:
      getView in interface Presenter<View>
    • getEventBus

      public EventBus getEventBus()
      Specified by:
      getEventBus in interface Presenter<View>
    • getViewComponent

      public Component getViewComponent()
      Specified by:
      getViewComponent in interface View
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface View