avignon.helpers
Interface RepeatedAction


public interface RepeatedAction

Interface for a timed action that will be repeated.


Method Summary
 boolean perform()
          Perform whatever action is desired.
 

Method Detail

perform

public boolean perform()
Perform whatever action is desired.

Returns:
True when the repeated action may be canceled. False to continue performing the action.

SourceForge.net Logo