ru.igis.omtab
Interface RepeatAction

All Known Implementing Classes:
DriftRepeatAction, OMTPolyOnFieldRepeatAction, ProtegeRepeatAction, SpillRepeatAction

public interface RepeatAction

Interface for implementation periodically repeating actions

Author:
Ru

Method Summary
 java.lang.String getName()
          Every RepeatAction must return a string name to search it in Second, Hour or Day Action lists
 void repeat(long time)
          Method incapsulating repeating action functionallity
 void setName(java.lang.String name)
          You can set name for this RepeatAction with a help of this method
 

Method Detail

repeat

void repeat(long time)
Method incapsulating repeating action functionallity

Parameters:
time - - number of time units elapsed from previous call

getName

java.lang.String getName()
Every RepeatAction must return a string name to search it in Second, Hour or Day Action lists

Returns:
Some string

setName

void setName(java.lang.String name)
You can set name for this RepeatAction with a help of this method

Parameters:
name - new name for RA