Package org.jmock.example.announcer
Interface AnnouncerTests.Listener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- AnnouncerTests
public static interface AnnouncerTests.Listener extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
badEvent()
void
eventA()
void
eventB()
void
eventWithArguments(int a, int b)
-
-
-
Method Detail
-
eventA
void eventA()
-
eventB
void eventB()
-
eventWithArguments
void eventWithArguments(int a, int b)
-
badEvent
void badEvent() throws AnnouncerTests.CheckedException
- Throws:
AnnouncerTests.CheckedException
-
-