Package org.pentaho.mantle.client.events
Class FavoritesChangedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<FavoritesChangedEventHandler>
-
- org.pentaho.mantle.client.events.FavoritesChangedEvent
-
public class FavoritesChangedEvent extends com.google.gwt.event.shared.GwtEvent<FavoritesChangedEventHandler>
-
-
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<FavoritesChangedEventHandler>
TYPE
static String
TYPE_STR
-
Constructor Summary
Constructors Constructor Description FavoritesChangedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(FavoritesChangedEventHandler handler)
com.google.gwt.event.shared.GwtEvent.Type<FavoritesChangedEventHandler>
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<FavoritesChangedEventHandler> TYPE
-
TYPE_STR
public static final String TYPE_STR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<FavoritesChangedEventHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<FavoritesChangedEventHandler>
-
dispatch
protected void dispatch(FavoritesChangedEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<FavoritesChangedEventHandler>
-
-