|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Presenter
| Method Summary | |
|---|---|
void |
bind()
Called when the presenter is initialised. |
Display |
getDisplay()
Returns the Display for the current presenter. |
boolean |
isBound()
Returns true if the presenter is currently in a 'bound' state. |
void |
revealDisplay()
Requests the presenter to reveal the display on screen. |
void |
unbind()
Called after the presenter and display have been finished with for the moment. |
| Method Detail |
|---|
void bind()
void unbind()
boolean isBound()
bind() method has completed and unbind() has not
been called.
true if bound.Display getDisplay()
Display for the current presenter.
void revealDisplay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||