/* CVS: $Id: ClockTickEvt.java,v 1.2 2001/01/12 10:17:34 gvijf Exp $ */

package evolution.events;

/**
 * Triggered when the clock makes a tick.
 */
public class ClockTickEvt extends Event {
}
