Class ListaScheduleLogsExecPresenter
- All Implemented Interfaces:
Presenter<ListaScheduleLogsExecView>,PresenterLifeCicleAware<ListaScheduleLogsExecView>,Serializable
@Component
@Scope("prototype")
public class ListaScheduleLogsExecPresenter
extends AbstractPresenter<ListaScheduleLogsExecView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidinit()voidsetLogService(LogService logService) voidsetScheduleId(String scheduleId) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
ListaScheduleLogsExecPresenter
public ListaScheduleLogsExecPresenter()
-
-
Method Details
-
setView
-
setLogService
-
getView
-
getScheduleId
-
setScheduleId
-
init
@PostConstruct public void init()
-