public interface RevealRootContentHandler extends EventHandler
RevealRootContentEvent
. It is used
solely by RootPresenter
.Modifier and Type | Method and Description |
---|---|
void |
onRevealRootContent(RevealRootContentEvent event)
Called whenever a presenter wants to sets itself as the root content of the
application, that is, within GWT's
RootPanel . |
void onRevealRootContent(RevealRootContentEvent event)
RootPanel
.event
- The event containing the presenter that wants to bet set as
root content.Copyright © 2010-2014 ArcBees. All Rights Reserved.