Package org.pentaho.mantle.client.events
Class PerspectivesLoadedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
org.pentaho.mantle.client.events.PerspectivesLoadedEvent
public class PerspectivesLoadedEvent
extends com.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
-
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<PerspectivesLoadedEventHandler>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(PerspectivesLoadedEventHandler handler) com.google.gwt.event.shared.GwtEvent.Type<PerspectivesLoadedEventHandler>
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
-
Field Details
-
TYPE
-
-
Constructor Details
-
PerspectivesLoadedEvent
public PerspectivesLoadedEvent()
-
-
Method Details
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<PerspectivesLoadedEventHandler> getAssociatedType()- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
-