|
spring-context-support | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.scheduling.commonj.DelegatingTimerListener
public class DelegatingTimerListener
Simple TimerListener adapter that delegates to a given Runnable.
TimerListener,
Runnable| Constructor Summary | |
|---|---|
DelegatingTimerListener(java.lang.Runnable runnable)
Create a new DelegatingTimerListener. |
|
| Method Summary | |
|---|---|
void |
timerExpired(commonj.timers.Timer timer)
Delegates execution to the underlying Runnable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatingTimerListener(java.lang.Runnable runnable)
runnable - the Runnable implementation to delegate to| Method Detail |
|---|
public void timerExpired(commonj.timers.Timer timer)
timerExpired in interface commonj.timers.TimerListener
|
spring-context-support | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||