1 /* 2 * Replica is published under the terms 3 * of the Apache Software License. 4 */ 5 package replica.group.event; 6 7 /*** 8 * 9 * @author Pedro Costa 10 * @author Helder Silva 11 * @since 19/Jan/2004 12 */ 13 public interface MessageListener { 14 15 }

This page was automatically generated by Maven