org.hudsonci.gwt.common.alertdialog.internal
Class AlertDialogPresenterImpl

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hudsonci.gwt.common.alertdialog.AlertDialogPresenter
AlertDialogPresenter.OkCallback
 
Constructor Summary
AlertDialogPresenterImpl(AlertDialogView view)
           
 
Method Summary
 void alert(String title, String message)
           
 void alert(String title, String message, AlertDialogPresenter.OkCallback callback)
           
 AlertDialogView getView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertDialogPresenterImpl

@Inject
public AlertDialogPresenterImpl(AlertDialogView view)
Method Detail

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.