/*
 * ExitNestAntEvent.java
 *
 * Created on 28 November 2006, 14:40
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package ants.event;

/**
 *
 * @author James Hamilton
 */
public class ExitNestAntEvent extends AntEvent {
    public ExitNestAntEvent(Object source) { super(source); }    
}

