com.atomikos.timing
Interface AlarmTimerListener

All Known Implementing Classes:
CoordinatorImp

public interface AlarmTimerListener

Copyright © 2001, Atomikos. All rights reserved. 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.