org.ow2.easybeans.component.util
Interface TimerCallback


public interface TimerCallback

Interface used to define a Callback used by the timer component.

Author:
Loic Albertin

Method Summary
 void execute(Map<String,Object> properties)
          Execute a timer callback with the given properties
 

Method Detail

execute

void execute(Map<String,Object> properties)
Execute a timer callback with the given properties

Parameters:
properties - properties specified when the timer was scheduled


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.