org.hudsonci.gwt.common.alertdialog
Interface AlertDialogPresenter

All Known Implementing Classes:
AlertDialogPresenterImpl

public interface AlertDialogPresenter

Manages displaying an alert dialog.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
static interface AlertDialogPresenter.OkCallback
           
 
Method Summary
 void alert(String title, String message)
           
 void alert(String title, String message, AlertDialogPresenter.OkCallback callback)
           
 AlertDialogView getView()
           
 

Method Detail

getView

AlertDialogView getView()

alert

void alert(String title,
           String message,
           AlertDialogPresenter.OkCallback callback)

alert

void alert(String title,
           String message)


Copyright © 2004-2011 Hudson. All Rights Reserved.