Package com.piki.client.mvp.presenter.text

Examples of com.piki.client.mvp.presenter.text.TextActivity


  public PresenterActivity createPresenter(Place place) {

    if (place instanceof WikiPagePlace)
      return new WikiPageActivity();
    else if (place instanceof TextPlace)
      return new TextActivity();
    return null;
  }
View Full Code Here

TOP

Related Classes of com.piki.client.mvp.presenter.text.TextActivity

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.