]> code.citadel.org Git - citadel.git/blob - shaggy/CallBack.java
* have LOCALEDIR be customizable by configure
[citadel.git] / shaggy / CallBack.java
1 public interface CallBack {
2   public void run( citReply r );
3 }