java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<BlogAppEventHandler>
org.silverpeas.mobile.client.apps.blog.events.app.AbstractBlogAppEvent
org.silverpeas.mobile.client.apps.blog.events.app.BlogLoadEvent

public class BlogLoadEvent extends AbstractBlogAppEvent
  • Constructor Details

    • BlogLoadEvent

      public BlogLoadEvent(String categoryId)
  • Method Details

    • dispatch

      protected void dispatch(BlogAppEventHandler handler)
      Specified by:
      dispatch in class com.google.gwt.event.shared.GwtEvent<BlogAppEventHandler>
    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String categoryId)