To load this file without formatting, visit http://whoyouknow.co.uk/ants/java/16.0/src/ants/event/ExitNestAntEvent.java. This is a spam-protection measure; sorry for the inconvenience.
· ExitNestAntEvent.java ·
1/* 2 * ExitNestAntEvent.java 3 * 4 * Created on 28 November 2006, 14:40 5 * 6 * To change this template, choose Tools | Template Manager 7 * and open the template in the editor. 8 */ 9 10package ants.event; 11 12/** 13 * 14 * @author James Hamilton 15 */ 16public class ExitNestAntEvent extends AntEvent { 17 public ExitNestAntEvent(Object source) { super(source); } 18} 19
· ExitNestAntEvent.java ends ·
To load this file without formatting, visit http://whoyouknow.co.uk/ants/java/16.0/src/ants/event/ExitNestAntEvent.java. This is a spam-protection measure; sorry for the inconvenience.