|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.karma.core.cmd.CommandResponse
nl.toolforge.karma.core.test.CommandResponseFaker
Pretty empty implementation for a CommandResponse
. Usefull for unit tests.
Constructor Summary | |
CommandResponseFaker(Command command)
Faker constructor. |
Method Summary | |
void |
addEvent(Message message)
Overrides CommandResponse.addEvent(nl.toolforge.karma.core.cmd.event.CommandResponseEvent) ... |
Methods inherited from class nl.toolforge.karma.core.cmd.CommandResponse |
addCommandResponseListener, addEvent, removeCommandReponseListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandResponseFaker(Command command)
command
- Method Detail |
public void addEvent(Message message)
CommandResponse.addEvent(nl.toolforge.karma.core.cmd.event.CommandResponseEvent)
... by doing
nothing.
message
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |