Interface HelloEvent.HelloEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- Enclosing class:
- HelloEvent
public static interface HelloEvent.HelloEventHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHello(HelloEvent event)
-
-
-
Method Detail
-
onHello
void onHello(HelloEvent event)
-
-