Framework Professional Edition Package


com.prosyst.util.timer
Interface TimerListener

All Known Implementing Classes:
TokenControlUnit

public interface TimerListener

This interface must be implemented by all classes which wish to be registered to the Timer service and to be notified after given time periods.

See Also:
Timer

Method Summary
 void timer(int event)
          This method will be invoked by Timer to notify the listener for the expiration of its time period.
 

Method Detail

timer

void timer(int event)
This method will be invoked by Timer to notify the listener for the expiration of its time period.

Parameters:
event - the event code which is supplied when this listener had been registered

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved