Class PublicationAttachmentsLoadedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<PublicationNavigationPagesEventHandler>
-
- org.silverpeas.mobile.client.apps.documents.events.pages.publication.AbstractPublicationPagesEvent
-
- org.silverpeas.mobile.client.apps.documents.events.pages.publication.PublicationAttachmentsLoadedEvent
-
public class PublicationAttachmentsLoadedEvent extends AbstractPublicationPagesEvent
-
-
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.documents.events.pages.publication.AbstractPublicationPagesEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description PublicationAttachmentsLoadedEvent(List<SimpleDocumentDTO> attachments, int share)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(PublicationNavigationPagesEventHandler handler)
List<SimpleDocumentDTO>
getAttachments()
int
getShare()
-
Methods inherited from class org.silverpeas.mobile.client.apps.documents.events.pages.publication.AbstractPublicationPagesEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
PublicationAttachmentsLoadedEvent
public PublicationAttachmentsLoadedEvent(List<SimpleDocumentDTO> attachments, int share)
-
-
Method Detail
-
dispatch
protected void dispatch(PublicationNavigationPagesEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<PublicationNavigationPagesEventHandler>
-
getAttachments
public List<SimpleDocumentDTO> getAttachments()
-
getShare
public int getShare()
-
-