To load this file without formatting, visit http://whoyouknow.co.uk/ants/java/17.1/src/ants/event/NewAntEvent.java. This is a spam-protection measure; sorry for the inconvenience.

· NewAntEvent.java ·

   1/*
   2 * NewAntEvent.java
   3 *
   4 * Created on 28 November 2006, 14:11
   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 NewAntEvent extends AntEvent {
  17    public NewAntEvent(Object source) { super(source); }
  18}
  19

· NewAntEvent.java ends ·

Generated by CHIP: Code Highlighting in PHP, version 2.7.0.