public class EventListenerSupportTest extends Object
| Constructor and Description |
|---|
EventListenerSupportTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddNullListener() |
void |
testCreateWithNonInterfaceParameter() |
void |
testCreateWithNullParameter() |
void |
testEventDispatchOrder() |
void |
testGetListeners() |
void |
testRemoveListenerDuringEvent() |
void |
testRemoveNullListener() |
void |
testSerialization() |
void |
testSubclassInvocationHandling() |
public EventListenerSupportTest()
public void testAddNullListener()
public void testRemoveNullListener()
public void testEventDispatchOrder() throws PropertyVetoException
PropertyVetoExceptionpublic void testCreateWithNonInterfaceParameter()
public void testCreateWithNullParameter()
public void testRemoveListenerDuringEvent() throws PropertyVetoException
PropertyVetoExceptionpublic void testGetListeners()
public void testSerialization() throws IOException, ClassNotFoundException, PropertyVetoException
public void testSubclassInvocationHandling() throws PropertyVetoException
PropertyVetoExceptionCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.