Microsoft SDK for Java

TimerListener Interface

The TimerListener Interface of the com.ms.util package enables timer event notifications to be received.

public interface TimerListener
{
  // Methods
  public void timeTriggered(TimerEvent te);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.