org.hudsonci.gwt.common.alertdialog.internal
Class AlertDialogPresenterImpl
java.lang.Object
org.hudsonci.gwt.common.alertdialog.internal.AlertDialogPresenterImpl
- All Implemented Interfaces:
- AlertDialogPresenter
public class AlertDialogPresenterImpl
- extends Object
- implements AlertDialogPresenter
Default implementation of AlertDialogPresenter.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertDialogPresenterImpl
@Inject
public AlertDialogPresenterImpl(AlertDialogView view)
getView
public AlertDialogView getView()
- Specified by:
getView in interface AlertDialogPresenter
alert
public void alert(String title,
String message,
AlertDialogPresenter.OkCallback callback)
- Specified by:
alert in interface AlertDialogPresenter
alert
public void alert(String title,
String message)
- Specified by:
alert in interface AlertDialogPresenter
Copyright © 2004-2011 Hudson. All Rights Reserved.