@Target(value=FIELD) public @interface ContentSlot
Presenter
and that have
slots to display child presenters. This annotates every static field
containing a type of event that is monitored by this presenter. When handling
this event, a child presenter is inserted in the presenter's view. You should
make sure the view handles event of this type in its
com.gwtplatform.mvp.client.View#setInSlot(Object, com.google.gwt.user.client.ui.Widget)
method.Copyright © 2010-2014 ArcBees. All Rights Reserved.