Class ProcessScheduleListPresenter
- All Implemented Interfaces:
Presenter<ProcessScheduleListView>,PresenterLifeCicleAware<ProcessScheduleListView>,Serializable
@Component
@Scope("prototype")
public class ProcessScheduleListPresenter
extends AbstractPresenter<ProcessScheduleListView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexibirLogs(String scheduleId) ProcessogetView()voidsetProcesso(Processo processo) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
ProcessScheduleListPresenter
public ProcessScheduleListPresenter()
-
-
Method Details
-
getProcesso
public Processo getProcesso() -
setProcesso
public void setProcesso(Processo processo) -
setView
-
getView
-
exibirLogs
-