KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jgroups > UpHandler


1 // $Id: UpHandler.java,v 1.1.1.1 2003/09/09 01:24:08 belaban Exp $
2

3 package org.jgroups;
4
5
6
7 public interface UpHandler {
8     void up(Event evt);
9 }
10
Popular Tags