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
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<PerspectivesLoadedEventHandler>
TYPE
-
Constructor Summary
Constructors Constructor Description PerspectivesLoadedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(PerspectivesLoadedEventHandler handler)
com.google.gwt.event.shared.GwtEvent.Type<PerspectivesLoadedEventHandler>
getAssociatedType()
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<PerspectivesLoadedEventHandler> TYPE
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<PerspectivesLoadedEventHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
-
dispatch
protected void dispatch(PerspectivesLoadedEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
-
-