Class CmsHoverbarShowEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<I_CmsHoverbarShowHandler>
org.opencms.ade.sitemap.client.hoverbar.CmsHoverbarShowEvent
public class CmsHoverbarShowEvent
extends com.google.gwt.event.shared.GwtEvent<I_CmsHoverbarShowHandler>
Hoverbar attach event.
- Since:
- 8.0.0
- See Also:
-
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>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(I_CmsHoverbarShowHandler handler) final com.google.gwt.event.shared.GwtEvent.Type<I_CmsHoverbarShowHandler>
static com.google.gwt.event.shared.GwtEvent.Type<I_CmsHoverbarShowHandler>
getType()
Gets the event type associated with change events.Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
CmsHoverbarShowEvent
public CmsHoverbarShowEvent()Constructor.
-
-
Method Details
-
getType
Gets the event type associated with change events.- Returns:
- the handler type
-
getAssociatedType
public final com.google.gwt.event.shared.GwtEvent.Type<I_CmsHoverbarShowHandler> getAssociatedType()- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<I_CmsHoverbarShowHandler>
- See Also:
-
GwtEvent.getAssociatedType()
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<I_CmsHoverbarShowHandler>
- See Also:
-
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)
-