public class FormatModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormatModel.Listener |
static interface |
FormatModel.Service |
static class |
FormatModel.TYPE |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
mIsWorking |
private FormatModel.Listener |
mListener |
| Constructor and Description |
|---|
FormatModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
makeFormat(java.lang.String accessToken,
boolean enabledFormat,
boolean isInternal) |
void |
setListener(FormatModel.Listener listener) |
private FormatModel.Listener mListener
private boolean mIsWorking
public void setListener(FormatModel.Listener listener)
public void makeFormat(java.lang.String accessToken,
boolean enabledFormat,
boolean isInternal)