Package br.com.davinti.vitruvio.ui.bsc
Class SelecionaProjetoPresenter
- All Implemented Interfaces:
Presenter<SelecionaProjetoView>,PresenterLifeCicleAware<SelecionaProjetoView>,Serializable
@Component
@Scope("prototype")
public class SelecionaProjetoPresenter
extends AbstractPresenter<SelecionaProjetoView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidsetObjetivoEstrategico(ObjetivoEstrategico objetivoEstrategico) voidsetView(SelecionaProjetoView view) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
SelecionaProjetoPresenter
public SelecionaProjetoPresenter()
-
-
Method Details
-
setObjetivoEstrategico
public void setObjetivoEstrategico(ObjetivoEstrategico objetivoEstrategico) -
getView
-
setView
-