com.atomikos.timing
Interface AlarmTimerListener

All Known Implementing Classes:
CoordinatorImp, ThirtyMinutesLicense

public interface AlarmTimerListener

A listener for timer events.


Method Summary
 void alarm(AlarmTimer timer)
          Notify the instance of an alarm coming from a timer.
 

Method Detail

alarm

void alarm(AlarmTimer timer)
Notify the instance of an alarm coming from a timer.

Parameters:
timer - The timer raising the alarm.


Copyright © 2012. All Rights Reserved.