org.apache.hupa.client.mvp
Class LoginPresenter

java.lang.Object
  extended by net.customware.gwt.presenter.client.BasicPresenter<D>
      extended by net.customware.gwt.presenter.client.widget.WidgetPresenter<LoginPresenter.Display>
          extended by org.apache.hupa.client.mvp.LoginPresenter
All Implemented Interfaces:
net.customware.gwt.presenter.client.Presenter

public class LoginPresenter
extends net.customware.gwt.presenter.client.widget.WidgetPresenter<LoginPresenter.Display>

Presenter which handles the Login of and user to the IMAP-Server


Nested Class Summary
static interface LoginPresenter.Display
           
 
Field Summary
 
Fields inherited from class net.customware.gwt.presenter.client.BasicPresenter
display, eventBus
 
Constructor Summary
LoginPresenter(LoginPresenter.Display display, net.customware.gwt.presenter.client.EventBus bus, net.customware.gwt.dispatch.client.DispatchAsync dispatcher)
           
 
Method Summary
protected  void onBind()
           
protected  void onRevealDisplay()
           
protected  void onUnbind()
           
 
Methods inherited from class net.customware.gwt.presenter.client.BasicPresenter
bind, firePresenterChangedEvent, firePresenterRevealedEvent, getDisplay, isBound, registerHandler, revealDisplay, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginPresenter

@Inject
public LoginPresenter(LoginPresenter.Display display,
                             net.customware.gwt.presenter.client.EventBus bus,
                             net.customware.gwt.dispatch.client.DispatchAsync dispatcher)
Method Detail

onBind

protected void onBind()
Specified by:
onBind in class net.customware.gwt.presenter.client.BasicPresenter<LoginPresenter.Display>

onUnbind

protected void onUnbind()
Specified by:
onUnbind in class net.customware.gwt.presenter.client.BasicPresenter<LoginPresenter.Display>

onRevealDisplay

protected void onRevealDisplay()
Specified by:
onRevealDisplay in class net.customware.gwt.presenter.client.BasicPresenter<LoginPresenter.Display>


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.