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