Class AbstractPublicationPagesEvent
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
- Direct Known Subclasses:
PublicationAttachmentsLoadedEvent,PublicationLoadedEvent,PublicationPublishedEvent
public abstract class AbstractPublicationPagesEvent
extends com.google.gwt.event.shared.GwtEvent<PublicationNavigationPagesEventHandler>
-
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
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<PublicationNavigationPagesEventHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.event.shared.GwtEvent.Type<PublicationNavigationPagesEventHandler>Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<PublicationNavigationPagesEventHandler> TYPE
-
-
Constructor Details
-
AbstractPublicationPagesEvent
public AbstractPublicationPagesEvent()
-
-
Method Details
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<PublicationNavigationPagesEventHandler> getAssociatedType()- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<PublicationNavigationPagesEventHandler>
-