1 /*
2 * Copyright (c) 2004 by Cosylab
3 *
4 * The full license specifying the redistribution, modification, usage and other
5 * rights and obligations is included with the distribution of this project in
6 * the file "LICENSE-CAJ". If the license is not included visit Cosylab web site,
7 * <http://www.cosylab.com>.
8 *
9 * THIS SOFTWARE IS PROVIDED AS-IS WITHOUT WARRANTY OF ANY KIND, NOT EVEN THE
10 * IMPLIED WARRANTY OF MERCHANTABILITY. THE AUTHOR OF THIS SOFTWARE, ASSUMES
11 * _NO_ RESPONSIBILITY FOR ANY CONSEQUENCE RESULTING FROM THE USE, MODIFICATION,
12 * OR REDISTRIBUTION OF THIS SOFTWARE.
13 */
14
15 package com.cosylab.epics.caj.test;
16
17 import gov.aps.jca.event.DirectEventDispatcher;
18
19
20 /**
21 * Test event dispatcher.
22 * @author <a href="mailto:matej.sekoranjaATcosylab.com">Matej Sekoranja</a>
23 * @version $id$
24 */
25 public class TestEventDispatcher extends DirectEventDispatcher {}