|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeProviderErrorStrategy
Interface for strategies to handle time provider failures.
Method Summary | |
---|---|
void |
finalize(Context context)
Does finalize the strategy. |
TimeProviderErrorStrategyDescription |
getDescription()
Getter for the unique identifier/description type |
boolean |
handleTimeErrorEvent(TimeErrorEvent event,
ServiceManager serviceManager)
Handler for error events (e.g. |
void |
prepare(Context context)
Does prepare the strategy. |
Method Detail |
---|
boolean handleTimeErrorEvent(TimeErrorEvent event, ServiceManager serviceManager)
event
- the error eventserviceManager
- the service manager
TimeProviderErrorStrategyDescription getDescription()
void prepare(Context context)
context
- the application contextvoid finalize(Context context)
context
- the application context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |