|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectde.unikassel.android.sdcframework.util.AbstractTimeProviderEvent
de.unikassel.android.sdcframework.util.TimeErrorEvent
public class TimeErrorEvent
The time error event is used to signal time provider errors.
| Field Summary | |
|---|---|
static String |
ACTION
Out custom intent action. |
private EventErrorTypes |
error
The error |
protected static String |
ERROR
The intent identifier for the error field. |
| Fields inherited from class de.unikassel.android.sdcframework.util.AbstractTimeProviderEvent |
|---|
ts, TS |
| Constructor Summary | |
|---|---|
TimeErrorEvent(Intent intent)
Constructor |
|
TimeErrorEvent(long ts,
EventErrorTypes error)
Constructor |
|
| Method Summary | |
|---|---|
protected String |
getAction()
Getter for the intent action. |
EventErrorTypes |
getError()
Getter for the error |
boolean |
isSynced()
Getter for the synchronization state. |
protected void |
putAdditionalExtras(Intent intent)
Method to add extra information for intent creation. |
| Methods inherited from class de.unikassel.android.sdcframework.util.AbstractTimeProviderEvent |
|---|
getIntent, getTimeStamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ACTION
protected static final String ERROR
private final EventErrorTypes error
| Constructor Detail |
|---|
public TimeErrorEvent(long ts,
EventErrorTypes error)
error - the errorts - the time stamp.public TimeErrorEvent(Intent intent)
intent - the intent to create from| Method Detail |
|---|
public EventErrorTypes getError()
public boolean isSynced()
TimeProviderEvent
protected void putAdditionalExtras(Intent intent)
AbstractTimeProviderEvent
putAdditionalExtras in class AbstractTimeProviderEventintent - the intent to add extras toprotected String getAction()
AbstractTimeProviderEvent
getAction in class AbstractTimeProviderEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||