net.commerce.zocalo.user
Interface RepeatableTask


public interface RepeatableTask

A task Interface for the Repeated Scheduler.


Method Summary
 void finalProcessing()
           
 boolean isDone()
           
 java.lang.String name()
           
 void run()
           
 

Method Detail

run

void run()

isDone

boolean isDone()

finalProcessing

void finalProcessing()

name

java.lang.String name()