Microsoft SDK for Java

TimerEvent Class

The TimerEvent Class of the com.ms.util package identifies the expiration of a Timer.

public class TimerEvent
{
  // Methods
  public Object getSource();
  public long getTime();
  public int getUserID();
  public String toString();
}

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