Class MediaPreviewLoadedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<MediaPagesEventHandler>
-
- org.silverpeas.mobile.client.apps.media.events.pages.AbstractMediaPagesEvent
-
- org.silverpeas.mobile.client.apps.media.events.pages.MediaPreviewLoadedEvent
-
public class MediaPreviewLoadedEvent extends AbstractMediaPagesEvent
-
-
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.media.events.pages.AbstractMediaPagesEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description MediaPreviewLoadedEvent(MediaDTO preview, boolean commentable, boolean notifiable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(MediaPagesEventHandler handler)
MediaDTO
getPreview()
boolean
isCommentable()
boolean
isNotifiable()
-
Methods inherited from class org.silverpeas.mobile.client.apps.media.events.pages.AbstractMediaPagesEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
MediaPreviewLoadedEvent
public MediaPreviewLoadedEvent(MediaDTO preview, boolean commentable, boolean notifiable)
-
-
Method Detail
-
dispatch
protected void dispatch(MediaPagesEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<MediaPagesEventHandler>
-
getPreview
public MediaDTO getPreview()
-
isCommentable
public boolean isCommentable()
-
isNotifiable
public boolean isNotifiable()
-
-