com.octo.android.robospice.command
Class GetDateOfDataInCacheCommand

java.lang.Object
  extended by com.octo.android.robospice.SpiceManager.SpiceManagerCommand<Date>
      extended by com.octo.android.robospice.command.GetDateOfDataInCacheCommand
All Implemented Interfaces:
Callable<Date>

public class GetDateOfDataInCacheCommand
extends SpiceManager.SpiceManagerCommand<Date>


Field Summary
 
Fields inherited from class com.octo.android.robospice.SpiceManager.SpiceManagerCommand
spiceManager
 
Constructor Summary
GetDateOfDataInCacheCommand(SpiceManager spiceManager, Class<?> clazz, Object cacheKey)
           
 
Method Summary
protected  Date executeWhenBound(SpiceService spiceService)
           
 
Methods inherited from class com.octo.android.robospice.SpiceManager.SpiceManagerCommand
call, getException, isSuccessFull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDateOfDataInCacheCommand

public GetDateOfDataInCacheCommand(SpiceManager spiceManager,
                                   Class<?> clazz,
                                   Object cacheKey)
Method Detail

executeWhenBound

protected Date executeWhenBound(SpiceService spiceService)
                         throws CacheCreationException
Specified by:
executeWhenBound in class SpiceManager.SpiceManagerCommand<Date>
Throws:
CacheCreationException


Copyright © 2012-2014. All Rights Reserved.