public class MiscFeaturesPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
MiscFeaturesPresenter.View |
Modifier and Type | Field and Description |
---|---|
MiscFeaturesPresenter.View |
view |
Constructor and Description |
---|
MiscFeaturesPresenter() |
Modifier and Type | Method and Description |
---|---|
String |
getTitle() |
UberView<MiscFeaturesPresenter> |
getView() |
void |
launchUnknownPlace() |
void |
onFocus() |
void |
onStartup(PlaceRequest placeRequest) |
void |
setNewTitle(String newCoolTitle) |
@Inject public MiscFeaturesPresenter.View view
public void onStartup(PlaceRequest placeRequest)
public String getTitle()
public UberView<MiscFeaturesPresenter> getView()
@OnFocus public void onFocus()
public void launchUnknownPlace()
public void setNewTitle(String newCoolTitle)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.