- /*
- * @(#)EventListener.java 1.10 00/02/02
- *
- * Copyright 1996-2000 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the proprietary information of Sun Microsystems, Inc.
- * Use is subject to license terms.
- *
- */
- package java.util;
- /**
- * A tagging interface that all event listener interfaces must extend.
- * @since JDK1.1
- */
- public interface EventListener {
- }