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 voiddispatch(PerspectivesLoadedEventHandler handler) com.google.gwt.event.shared.GwtEvent.Type<PerspectivesLoadedEventHandler>Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods 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:
 getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
 - 
dispatch
- Specified by:
 dispatchin classcom.google.gwt.event.shared.GwtEvent<PerspectivesLoadedEventHandler>
 
 -