public class ReportEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_ACTIVITY_END |
static int |
TYPE_ACTIVITY_START |
static int |
TYPE_ERROR |
static int |
TYPE_MESSAGE |
static int |
TYPE_PROGRESS |
static int |
TYPE_STATUS |
| Constructor and Description |
|---|
ReportEvent(int type) |
ReportEvent(int type,
String message,
int style) |
ReportEvent(int type,
String message,
int percent,
int style) |
ReportEvent(int type,
String title,
String message,
int style) |
ReportEvent(int type,
String title,
String message,
Throwable t,
int style) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData() |
int |
getIndex() |
String |
getMessage() |
int |
getPercent() |
int |
getStyle() |
Thread |
getThread() |
Throwable |
getThrowable() |
String |
getTitle() |
int |
getType() |
boolean |
isTypeActivity() |
boolean |
isTypeError() |
boolean |
isTypeMessage() |
boolean |
isTypeProgress() |
boolean |
isTypeStatus() |
void |
setData(Object data) |
void |
setIndex(int index) |
void |
setMessage(String message) |
void |
setPercent(int pPercent) |
public static final int TYPE_ACTIVITY_END
public static final int TYPE_ACTIVITY_START
public static final int TYPE_ERROR
public static final int TYPE_MESSAGE
public static final int TYPE_PROGRESS
public static final int TYPE_STATUS
public ReportEvent(int type)
public ReportEvent(int type,
String message,
int style)
public ReportEvent(int type,
String message,
int percent,
int style)
public Object getData()
public int getIndex()
public String getMessage()
public int getPercent()
public int getStyle()
public Thread getThread()
public Throwable getThrowable()
public String getTitle()
public int getType()
public boolean isTypeActivity()
public boolean isTypeError()
public boolean isTypeMessage()
public boolean isTypeProgress()
public boolean isTypeStatus()
public void setData(Object data)
public void setIndex(int index)
public void setMessage(String message)
public void setPercent(int pPercent)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.