Class ProcessJobRetryConfigPresenter
Object
AbstractPresenter<View>
ProcessJobRetryConfigPresenter
- All Implemented Interfaces:
Presenter<View>,PresenterLifeCicleAware<View>,View,ConfigPresenter<View>,Serializable
@Component
@Scope("prototype")
@MenuContext(@Entry(displayName="Jobs de processos",menu="CENTRAL_CONFIG_MENU",path="Servi\u00e7os/Sistema",target="new-window"))
@ConfigInfo(type=SYSTEM)
public class ProcessJobRetryConfigPresenter
extends AbstractPresenter<View>
implements View, ConfigPresenter<View>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()ViewgetView()ComponentvoidhandlePresenterDetach(PresenterDetachEvent event) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, setEventBusMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getEventBus
-
Constructor Details
-
ProcessJobRetryConfigPresenter
public ProcessJobRetryConfigPresenter()
-
-
Method Details
-
handlePresenterDetach
public void handlePresenterDetach(PresenterDetachEvent event) - Specified by:
handlePresenterDetachin interfacePresenterLifeCicleAware<View>- Overrides:
handlePresenterDetachin classAbstractPresenter<View>
-
getView
public View getView()- Specified by:
getViewin interfacePresenter<View>
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-