com.webkitchen.brainathlon.ui
Class AddPlayerPresenter

java.lang.Object
  extended by com.webkitchen.brainathlon.ui.AddPlayerPresenter

public class AddPlayerPresenter
extends java.lang.Object

Handles the logic for adding a new player

See Also:
IAddPlayerView, AddPlayerUI

Nested Class Summary
static class AddPlayerPresenter.Mode
           
 
Constructor Summary
AddPlayerPresenter(AddPlayerPresenter.Mode mode, IAddPlayerView view)
           
 
Method Summary
 void displayView()
           
 PlayerData getPlayerData()
           
 boolean hasPlayerData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPlayerPresenter

public AddPlayerPresenter(AddPlayerPresenter.Mode mode,
                          IAddPlayerView view)
Method Detail

displayView

public void displayView()
                 throws BrainathlonUIException
Throws:
BrainathlonUIException

hasPlayerData

public boolean hasPlayerData()

getPlayerData

public PlayerData getPlayerData()