T
- The Presenter's type.public class RevealContentHandler<T extends Presenter<?,?>> extends Object implements EventHandler
RevealContentEvent
. It should be used
by any Proxy
class of a Presenter
that accepts child
presenters. When this handler is triggered, the proxy should first set
the content appropriately in the presenter, and then reveal the presenter.Constructor and Description |
---|
RevealContentHandler(EventBus eventBus,
ProxyImpl<T> proxy) |
public final void onRevealContent(RevealContentEvent revealContentEvent)
revealContentEvent
- The event containing the presenter that wants to
bet set as content.Copyright © 2010–2014 Arcbees. All rights reserved.