Interface ServerActionEvent.ServerActionHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
HeaderPresenter,ProcessStateHandler,ServerColumn,StandaloneServerColumn
- Enclosing class:
- ServerActionEvent
public static interface ServerActionEvent.ServerActionHandler extends com.google.gwt.event.shared.EventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonServerAction(ServerActionEvent event)
-
-
-
Method Detail
-
onServerAction
void onServerAction(ServerActionEvent event)
-
-