KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > fr > jayasoft > ivy > event > IvyListener


1 /*
2  * This file is subject to the licence found in LICENCE.TXT in the root directory of the project.
3  * Copyright Jayasoft 2005 - All rights reserved
4  *
5  * #SNAPSHOT#
6  */

7 package fr.jayasoft.ivy.event;
8
9 import java.util.EventListener JavaDoc;
10
11 public interface IvyListener extends EventListener JavaDoc {
12     public void progress(IvyEvent event);
13 }
14
Popular Tags