public class

DelegatingTimerListener

extends Object
java.lang.Object
   ↳ org.springframework.scheduling.commonj.DelegatingTimerListener

Class Overview

Simple TimerListener adapter that delegates to a given Runnable.

See Also

Summary

Public Constructors
DelegatingTimerListener(Runnable runnable)
Create a new DelegatingTimerListener.
Public Methods
void timerExpired(Timer timer)
Delegates execution to the underlying Runnable.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DelegatingTimerListener (Runnable runnable)

Create a new DelegatingTimerListener.

Parameters
runnable the Runnable implementation to delegate to

Public Methods

public void timerExpired (Timer timer)

Delegates execution to the underlying Runnable.