KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > avalon > excalibur > event > QueueElement


1 /*
2  * Copyright (C) The Apache Software Foundation. All rights reserved.
3  *
4  * This software is published under the terms of the Apache Software License
5  * version 1.1, a copy of which has been included with this distribution in
6  * the LICENSE.txt file.
7  */

8 package org.apache.avalon.excalibur.event;
9
10 /**
11  * A QueueElement is a type of class that can be passed through the Queues.
12  * The specific meaning is attached to the class being passed.
13  *
14  * @author <a HREF="mailto:bloritsch@apache.org">Berin Loritsch</a>
15  */

16 public interface QueueElement
17 {
18 }
Popular Tags