Package cn.mapway.ui.shared
Interface CommonEventHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface CommonEventHandler extends com.google.gwt.event.shared.EventHandlerCommonEventHandler- Author:
- zhangjianshe@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCommonEvent(CommonEvent event)On message.
-
-
-
Method Detail
-
onCommonEvent
void onCommonEvent(CommonEvent event)
On message.- Parameters:
event-
-
-