Class SoftCancelConfigPresenter
- All Implemented Interfaces:
Presenter<SoftCancelConfigView>,PresenterLifeCicleAware<SoftCancelConfigView>,ConfigPresenter<SoftCancelConfigView>,Serializable
@Component
@Scope("prototype")
@MenuContext(@Entry(menu="CENTRAL_CONFIG_MENU",displayName="Par\u00e2metros do Soft Cancel",path="Servi\u00e7os/Sistema"))
@ConfigInfo(type=SYSTEM)
public class SoftCancelConfigPresenter
extends AbstractPresenter<SoftCancelConfigView>
implements ConfigPresenter<SoftCancelConfigView>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSoftCancelConfigPresenter(ConfigService configService, SoftCancelConfigView view) -
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
-
SoftCancelConfigPresenter
-
-
Method Details
-
getView
- Specified by:
getViewin interfacePresenter<SoftCancelConfigView>
-