Class RunningScriptsListPresenter
- All Implemented Interfaces:
Presenter<RunningScriptsListView>,PresenterLifeCicleAware<RunningScriptsListView>,SystemMonitorPresenter<RunningScriptsListView>,Serializable
@Component
@Scope("prototype")
@Role(CONFIG_MANAGER)
@MenuContext(@Entry(displayName="Scripts em execu\u00e7\u00e3o",menu="SYSTEM_RESOURCES_MENU"))
@ConfigInfo(type=SYSTEM)
public class RunningScriptsListPresenter
extends AbstractPresenter<RunningScriptsListView>
implements SystemMonitorPresenter<RunningScriptsListView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBusMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getEventBus
-
Constructor Details
-
RunningScriptsListPresenter
public RunningScriptsListPresenter()
-
-
Method Details
-
init
@PostConstruct public void init() -
getView
- Specified by:
getViewin interfacePresenter<RunningScriptsListView>
-
configureTable
protected void configureTable()
-