Class ScopeDataEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ScopeDataEvent.ScopeDataEventHandler>
-
- org.gcube.portlets.user.accountingdashboard.client.application.event.ScopeDataEvent
-
public class ScopeDataEvent extends com.google.gwt.event.shared.GwtEvent<ScopeDataEvent.ScopeDataEventHandler>
- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScopeDataEvent.ScopeDataEventHandler-
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<ScopeDataEvent.ScopeDataEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description ScopeDataEvent(ScopeData scopeData)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ScopeDataEvent.ScopeDataEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, ScopeDataEvent event)com.google.gwt.event.shared.GwtEvent.Type<ScopeDataEvent.ScopeDataEventHandler>getAssociatedType()ScopeDatagetScopeData()StringtoString()
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<ScopeDataEvent.ScopeDataEventHandler> TYPE
-
-
Constructor Detail
-
ScopeDataEvent
public ScopeDataEvent(ScopeData scopeData)
-
-
Method Detail
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, ScopeDataEvent event)
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ScopeDataEvent.ScopeDataEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ScopeDataEvent.ScopeDataEventHandler>
-
dispatch
protected void dispatch(ScopeDataEvent.ScopeDataEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ScopeDataEvent.ScopeDataEventHandler>
-
getScopeData
public ScopeData getScopeData()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<ScopeDataEvent.ScopeDataEventHandler>
-
-