/*{{{ * * Copyright (c) 2001 - 2002 Cycorp, Inc. All rights reserved. * * This software is the proprietary information of Cycorp, Inc. * Use is subject to license terms. * * @author John Jantos * @date 2001/10/23 * * @version $Id: BlueApplicationEvent.java,v 1.2 2002/05/23 22:30:14 jantos Exp $ * ***************************************************************** * Describe the class functionality * ***************************************************************** * External interface: * * list of the public methods * ***************************************************************** *}}} */ package com.cyc.blue.event; //import java.lang.*; //import java.util.*; //import java.io.*; import com.cyc.event.*; public abstract class BlueApplicationEvent extends ApplicationEvent { }