Skip to content

Instantly share code, notes, and snippets.

@christiangoudreau
Created November 15, 2011 00:12
Show Gist options
  • Save christiangoudreau/1365653 to your computer and use it in GitHub Desktop.
Save christiangoudreau/1365653 to your computer and use it in GitHub Desktop.
MVP and GWTP
public interface MyView extends View {
}
@ProxyStandard
@NameToken(NameTokens.main)
public interface MyProxy extends ProxyPlace<MainPresenter> {
}
@Override
protected void revealInParent() {
RevealRootLayoutContentEvent.fire(this, this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment