Interface ServerActionEvent.HasServerActionHandlers
-
- All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
- Enclosing class:
- ServerActionEvent
public static interface ServerActionEvent.HasServerActionHandlers extends com.google.gwt.event.shared.HasHandlers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.web.bindery.event.shared.HandlerRegistrationaddServerActionHandler(ServerActionEvent.ServerActionHandler handler)
-
-
-
Method Detail
-
addServerActionHandler
com.google.web.bindery.event.shared.HandlerRegistration addServerActionHandler(ServerActionEvent.ServerActionHandler handler)
-
-