Uses of Interface
org.silverpeas.mobile.client.apps.comments.events.app.CommentsAppEventHandler
-
Packages that use CommentsAppEventHandler Package Description org.silverpeas.mobile.client.apps.comments org.silverpeas.mobile.client.apps.comments.events.app -
-
Uses of CommentsAppEventHandler in org.silverpeas.mobile.client.apps.comments
Classes in org.silverpeas.mobile.client.apps.comments that implement CommentsAppEventHandler Modifier and Type Class Description classCommentsApp -
Uses of CommentsAppEventHandler in org.silverpeas.mobile.client.apps.comments.events.app
Fields in org.silverpeas.mobile.client.apps.comments.events.app with type parameters of type CommentsAppEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<CommentsAppEventHandler>AbstractCommentsAppEvent. TYPEMethods in org.silverpeas.mobile.client.apps.comments.events.app that return types with arguments of type CommentsAppEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<CommentsAppEventHandler>AbstractCommentsAppEvent. getAssociatedType()Methods in org.silverpeas.mobile.client.apps.comments.events.app with parameters of type CommentsAppEventHandler Modifier and Type Method Description protected voidAddCommentEvent. dispatch(CommentsAppEventHandler handler)protected voidCommentsLoadEvent. dispatch(CommentsAppEventHandler handler)protected voidDeleteCommentEvent. dispatch(CommentsAppEventHandler handler)protected voidUpdateCommentEvent. dispatch(CommentsAppEventHandler handler)
-