Class BlogLoadEvent
- 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.apps.blog.events.app.AbstractBlogAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description BlogLoadEvent(String categoryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(BlogAppEventHandler handler)
String
getCategoryId()
void
setCategoryId(String categoryId)
-
Methods inherited from class org.silverpeas.mobile.client.apps.blog.events.app.AbstractBlogAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
BlogLoadEvent
public BlogLoadEvent(String categoryId)
-
-
Method Detail
-
dispatch
protected void dispatch(BlogAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<BlogAppEventHandler>
-
getCategoryId
public String getCategoryId()
-
setCategoryId
public void setCategoryId(String categoryId)
-
-