public static interface AnnouncerTests.Listener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
badEvent() |
void |
eventA() |
void |
eventB() |
void |
eventWithArguments(int a,
int b) |
void eventA()
void eventB()
void eventWithArguments(int a, int b)
void badEvent() throws AnnouncerTests.CheckedException
AnnouncerTests.CheckedException