|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gvprojects.igel.presenter.IgelArgernFullPresenter
public class IgelArgernFullPresenter
Full/Fancy presenter for Igel Argern game. This presenter supports drag-and-drop and does not show illegal moves.
Nested Class Summary | |
---|---|
static interface |
IgelArgernFullPresenter.GameEndListener
Allows the presenter to announce that a game has ended. |
Constructor Summary | |
---|---|
IgelArgernFullPresenter(IIgelView view,
IIgelGame model,
IgelArgernFullPresenter.GameEndListener endListener)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IgelArgernFullPresenter(IIgelView view, IIgelGame model, IgelArgernFullPresenter.GameEndListener endListener)
view
- the viewmodel
- the modelendListener
- listener to which presenter announces the end of the game
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |