net.sourceforge.basher.annotations
Annotation Type BasherTimedTask


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface BasherTimedTask

Indicates that the annotated class should be treated as a Basher timed task. The specified 'interval' property specifies at what interval the task should run.

Author:
Johan Lindquist

Required Element Summary
 int interval
          Specifies the interval at which the task should run.
 

Element Detail

interval

public abstract int interval
Specifies the interval at which the task should run. Defined in seconds.

Returns:
The interval (in seconds)


Copyright © 2006-2010 Basher Team. All Rights Reserved.