Skip to content

Instantly share code, notes, and snippets.

@thbkrkr
Created April 24, 2011 20:57
Show Gist options
  • Save thbkrkr/939872 to your computer and use it in GitHub Desktop.
Save thbkrkr/939872 to your computer and use it in GitHub Desktop.
guit vs gwt-platform
@EventBusHandler(RefreshHistorySyncListEvent.class)
public void $refreshHistorySyncList() {
doGetHistorySyncLastTen();
}
// @Override
// protected void onBind() {
// super.onBind();
// addRegisteredHandler(RefreshHistorySyncListEvent.getType(), new
// RefreshHistorySyncListHandler() {
// @Override
// public void onRefreshHistorySyncList(RefreshHistorySyncListEvent event) {
// doGetHistorySyncLastTen();
// }
// });
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment