com.atomikos.timing
Interface AlarmTimerListener

All Known Implementing Classes:
CoordinatorImp

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 © 2011. All Rights Reserved.