KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > fr > jayasoft > ivy > util > MessageImpl


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.util;
8
9 public interface MessageImpl {
10     public void log(String JavaDoc msg, int level);
11     public void rawlog(String JavaDoc msg, int level);
12     public void progress();
13     public void endProgress(String JavaDoc msg);
14 }
15
Popular Tags