public static interface TimerPersistence.TimerChangeListener
Modifier and Type | Method and Description |
---|---|
TimerServiceImpl |
getTimerService()
Gets the timer service associated with this listener
|
void |
timerAdded(TimerImpl timer)
Invoked when a timer is added to the underlying store.
|
void |
timerRemoved(String timerId)
Invoked when a timer is removed from the underlying store
|
void timerAdded(TimerImpl timer)
timer
- The timervoid timerRemoved(String timerId)
timerId
- The timerTimerServiceImpl getTimerService()
Copyright © 2018 JBoss by Red Hat. All rights reserved.