001 package com.croftsoft.apps.chat.client;
002
003 import com.croftsoft.core.util.consumer.Consumer;
004
005 /*********************************************************************
006 * An abstract server message Consumer implementation.
007 *
008 * @version
009 * 2003-06-11
010 * @since
011 * 2003-06-11
012 * @author
013 * <a href="http://www.CroftSoft.com/">David Wallace Croft</a>
014 *********************************************************************/
015
016 public abstract class AbstractConsumer
017 implements Consumer
018 //////////////////////////////////////////////////////////////////////
019 //////////////////////////////////////////////////////////////////////
020 {
021
022 //////////////////////////////////////////////////////////////////////
023 //////////////////////////////////////////////////////////////////////
024 }