Class HelloEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<HelloEvent.HelloEventHandler>
-
- org.gcube.portlets.user.accountingdashboard.client.application.event.HelloEvent
-
public class HelloEvent extends com.google.gwt.event.shared.GwtEvent<HelloEvent.HelloEventHandler>
- Author:
- Giancarlo Panichi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHelloEvent.HelloEventHandler-
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<HelloEvent.HelloEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description HelloEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(HelloEvent.HelloEventHandler handler)static voidfire(com.google.gwt.event.shared.HasHandlers source, HelloEvent event)com.google.gwt.event.shared.GwtEvent.Type<HelloEvent.HelloEventHandler>getAssociatedType()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<HelloEvent.HelloEventHandler> TYPE
-
-
Method Detail
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, HelloEvent event)
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<HelloEvent.HelloEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<HelloEvent.HelloEventHandler>
-
dispatch
protected void dispatch(HelloEvent.HelloEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<HelloEvent.HelloEventHandler>
-
-